Cloning for different environments. Staging/QA/PROD/DEV etc.
Is there a quick an easy way to clone my lambdas, give a different name, and adjust configurations from there?
You will need to recreate your Lambda Functions in the new account. Go to lambda function click on Action and export your function .
Download a deployment package (your code and libraries), and/or an AWS Serverless Application Model (SAM) file that defines your function, its events sources, and permissions.
You or others who you share this file with can use AWS CloudFormation to deploy and manage a similar serverless application. Learn more about how to deploy a serverless application with AWS CloudFormation.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With