Deploy a static website to Amazon S3 and integrate with AWS Lambda and DynamoDB using the Serverless Framework
Introduction
Objective
Service declaration
Website
Deployment
Review
Next Steps
Deploy a static website to Amazon S3 and integrate with AWS Lambda and DynamoDB using the Serverless Framework

What you've learned

You should now know how to:

  • Create a multi-resource Serverless Framework solution.
  • Automate deployment of a static website to Amazon S3.

Knowledge Check

What is the primary purpose of using the Serverless Framework in your project?

What is the role of the serverless-s3-sync plugin in the deployment process?

What was the purpose of using the prepare script in your serverless project?


Back
Next