Summary
In this chapter, we have created an application to upload an image using API Gateway, Lambda, and S3. The image is converted to base64
to be stored in S3. One of the best aspects of using Lambda, S3, and API Gateway is that we haven’t provisioned any server. Lambda, S3, and API Gateway are serverless and we don’t need to manage the infrastructure. AWS manages and handles it for you.
We have finished all the chapters and learned how to use the most common AWS services with Python. I hope all the chapters have provided you with good knowledge about AWS. Following this, you can implement more complex Python projects with these services as well as use more services within AWS.