Skip to content

Simple example of a custom resource with CloudFormation that triggers a Lambda function

License

Notifications You must be signed in to change notification settings

OlivierBP/custom-resource-cloudformation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CustomResource_CloudFormation

Simple example of a custom resource with CloudFormation that triggers a Lambda function

Launch the prototype

  • Create the Lambda function from LambdaCustomResource.js
    • The Lambda handler name must be "index.handler"
    • The Lambda Timeout should be set at 10 sec
  • Create a CloudFormation stack from customResource.yaml

Tested with Node.js 4.3 for the Lambda function

To see the Lambda logs in CloudWatch, you need to give to the Lambda function the permission to create them with an IAM role

About

Simple example of a custom resource with CloudFormation that triggers a Lambda function

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages