-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Updating the Serverless config to replace the Flask web server with a proper serverless architecture consisting of specific handlers for each API call and moving the routing to AWS API Gateway
- Remove Flask from the build
- Reconstruct the controller to serve as handlers for the API events
- Configure the Serverless config to set up the API endpoints and attach handlers
- Allow for local development of the API
Reactions are currently unavailable