Modifying API Endpoints
Explore how to modify API endpoints in AWS Lambda applications to handle dynamic path parameters, enabling support for multiple image file types. Learn to structure SAM templates for maintainability, protect uploads, and validate input types for robust, flexible serverless applications.
We'll cover the following...
We'll cover the following...
This chapter explains how to structure SAM application templates and source code to make it easy to support, maintain, and evolve applications in the future. You will also learn about protecting serverless applications against abuse.
To avoid conflicts between user uploads, the ShowFormFunction function you created in Chapter 10 creates a random upload key ...