How do I put a Lambda function and the Bucket holding the code for the function in the same Cloudformation template?

This page summarizes the projects mentioned and recommended in the original post on /r/aws

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • serverless-application-model

    The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.

  • 1) Serverless is for use with the AWS SAM framework whereas lambda is a native cloudformation resource. The serverless resources basically deploys a "package" of cloudformation resources and requires a transform statement at the top of your script to transform them into their respective native cloudformation resources. From what I recall it allows for a few extra things when it comes to aliases and versioning that are relatively useful.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts