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

Temporary files for deploy should be hidden files #14

Open
70nyIT opened this issue Jan 27, 2021 · 0 comments
Open

Temporary files for deploy should be hidden files #14

70nyIT opened this issue Jan 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@70nyIT
Copy link
Contributor

70nyIT commented Jan 27, 2021

Describe the solution you'd like
Currently to deploy the Cloud Formation template, we copy the app.py file locally and run the deployment. We can do two improvements

  • keep the app.py file as hidden, so .app.py
  • call app.py in its location without copying, but passing all needed information as arguments (not sure if this second approach is possible)

I think a good improvement will be to avoid as much as possible copy and removing files in the folder of the website.

Remove the folder cdk.out at the end of the deployment. It's the folder generated by aws-cdk in which it saved the CloudFormation template generated.

@70nyIT 70nyIT added the enhancement New feature or request label Jan 27, 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
None yet
Development

No branches or pull requests

1 participant