Questions
- What are the possible request types for CRs?
- Is it possible to use
cfnresponse
if we package the Lambda function with external dependencies? - Which AWS services are used for CR processing?
- Which CR response object has to be used to specify the reason for failed resource changes?
- What are
event
andcontext
in Lambda?