Hands-On: Multiple Lambda Functions Using Layers
Explore how to deploy multiple AWS Lambda functions with layers using the Serverless framework. Learn to manage separate development and production environments, use the Serverless dashboard, and configure services for efficient serverless application management.
We'll cover the following...
We'll cover the following...
Deployment
We can now finally deploy our service to AWS. As we can see in the image below, we have first deployed the service to our development environment and subsequently to production.
1 / 2
Deploying the service development environment
Test yourself
Note: Go to the AWS Console and create an Amazon S3 bucket. The value of the
AWS_BUCKET_NAMEenvironmental variable in the following widget will be this bucket's name. Replace the value of ...