Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enabled AWS Lambda Support and Deployment steps #183

Closed
ben-fletcher opened this issue Feb 5, 2021 · 0 comments
Closed

Enabled AWS Lambda Support and Deployment steps #183

ben-fletcher opened this issue Feb 5, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ben-fletcher
Copy link
Collaborator

Summary

Allow the web-api backend to be ran in a serverless lambda function in AWS

Current Behavior

Web api can only be ran on a server or as a docker container on a server.

Expected Behavior

Web api should be able to run on server and serverless technology.

  1. This means creating a lambda entry point class
  2. Building api gateway and lambda stack in AWS
  3. Adding deployment steps to pipeline to deploy to existing AWS Lambda function

NOTE: To start with, the api lambda function will run in parallel to the existing production ecs task. This allows for extensive testing in the production environment before switching the production site over to using the severless api. Finally the front end will need to be migrated over to be statically hosted as they no longer rely on it's own backend

@ben-fletcher ben-fletcher added the enhancement New feature or request label Feb 5, 2021
@ben-fletcher ben-fletcher added this to To do in Departure Board via automation Feb 5, 2021
@ben-fletcher ben-fletcher moved this from To do to In progress in Departure Board Feb 5, 2021
@benfl3713 benfl3713 moved this from In progress to Done in Departure Board Apr 20, 2021
@benfl3713 benfl3713 added this to the Serverless milestone Apr 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants