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

Too many local prerequisites to build/deploy #1

Open
athewsey opened this issue Jan 10, 2020 · 1 comment
Open

Too many local prerequisites to build/deploy #1

athewsey opened this issue Jan 10, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@athewsey
Copy link
Collaborator

Lambda packaging is nicely containerized via Docker and SAM so only these need to be installed on the host machine... But rolling in the front end code has introduced prerequisites of NodeJS and even a node-gyp compatible version of Python, which are higher bars to meet.

Would be great to reduce the local machine prerequisites for running the deploy script if possible.

@athewsey athewsey added the enhancement New feature or request label Jan 10, 2020
@panyapoc
Copy link

panyapoc commented Jan 21, 2020

pre-packaged Node and Python dependency into lambda layer and we can skip the sam built phase for the backend lamda function. For the front-end, can pre-built react to into html css and js.

athewsey pushed a commit that referenced this issue Mar 2, 2020
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
None yet
Development

No branches or pull requests

2 participants