Modifying API Endpoints
In this lesson, you'll start modifying the application to make it more robust and easier to maintain!
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 and appends the .jpg image extension. In the previous chapter, you made user interactions much nicer, but you’re still restricting ...
Ask