This repository provides a possible solution for the second part of the tutorial series on the Apollo Run Time System. In this tutorial, you will use Apollo's deployment process to implement and deploy the functions of the caesar cipher application as serverless functions on AWS.
The content and a walkthrough for this part of the tutorial is provided in the following video (click the image):
This folder contains the files representing the necessary knowledge about the application which is about to be orchestrated:
- The file
Caesar.yaml(created in the first part of the tutorial) which describes the workflow of the application orchestrated in this tutorial - The file
functions.pycontaining a standalone implementation of the functionality which is to be deployed as a serverless function usable by Apollo
The typeMappings.json file which contains the links to the serverless functions deployed on AWS (your links will differ from the ones provided in the repository).