-
Book Overview & Buying
-
Table Of Contents
Hands-On Software Engineering with Python - Second Edition
By :
In this, the final chapter, we’ll be putting all of the pieces from the previous chapters together and deploying a functionally complete API into an AWS account. The code written and tested locally will be packaged and made available in an Amazon S3 bucket, the database will be created as a serverless Aurora Relational Database Service (RDS) instance, compatible with MySQL/MariaDB standards, and an API Gateway resource will be created to provide access to the database through a REST API whose compute functionality will be provide by the Lambda functions that were tested with a local wrapper API. The entire process breaks out into two major pieces, with some follow-up items described that should be considered, if not implemented, before calling the API production-ready. This chapter will discuss: