Serverless Framework Challenge
Description
In this lab challenge, you will need to prove your knowledge of the Serverless framework by creating an authenticated microservice with three functions: one for generating tokens and insert them in a DynamoDB table, one for authenticating the requests, and the last one that sends messages to an SQS queue; you will need to create the DynamoDB table and the SQS queue through the Serverless framework.
The objectives you will need to achieve represent essential skills that a Serverless developer needs to have. You'll be given a desired end state and be required to reach it using your knowledge of the Serverless framework. This lab challenge simulates building a solution in a real-world scenario. As with any real-world scenario, this lab will not guide you through the steps needed to complete it.
Before attempting the challenge, we strongly recommend completing all the Serverless Framework labs.
Updates
Sept. 2, 2021 - Added hints to the checks to assist with completing the challenge
Prerequisites
- Good knowledge of Python
- Good knowledge of the Serverless Framework
Intended audience
- Python developers, especially those that want to start building Serverless applications
What will be assessed
- Your ability to use the Serverless Framework
- Particular aspects to the core parts of the Serverless Framework