...
/Hands-On: Multiple Lambda Functions Using Layers
Hands-On: Multiple Lambda Functions Using Layers
Learn to deploy multiple Lambda functions using layers and get familiar with the Serverless dashboard.
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.
Press + to interact
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_NAME
environmental variable in the following widget will be this bucket's name. Replace the value of ...