- All Implemented Interfaces:
- Serializable, Cloneable
public class CloudFormationCustomResourceEvent
extends Object
implements Serializable, Cloneable
Class to represent the custom resource request event from CloudFormation.
CloudFormation invokes your Lambda function asynchronously with this event and includes a callback URL. The function
is responsible for returning a response to the callback URL that indicates success or failure.
- Author:
- msailes
- See Also:
- Using AWS Lambda with AWS CloudFormation,
Serialized Form