Skip to content
New issue

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

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

Already on GitHub? # to your account

Support a "create" command #2

Open
jweyrich opened this issue Mar 10, 2022 · 0 comments
Open

Support a "create" command #2

jweyrich opened this issue Mar 10, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@jweyrich
Copy link
Owner

jweyrich commented Mar 10, 2022

The create command (e.g.: static-deployer create ... ) should:

  1. Create the specified bucket (always private) if it doesn't exist;
  2. Create the CloudFront distribution if it doesn't exist;
    2.1. May need to support an SPA (single page application) flag;
    2.2. May need to support custom error responses for SPA - to redirect 404 to /index.html for example;
    2.3. Enable OAI to access a private S3 bucket;
  3. Create or associate domain and alternate domains;
  4. Create or associate SSL certificates from ACM (needs to issue them in the NV region due to AWS limitations);
@jweyrich jweyrich added the enhancement New feature or request label Apr 5, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant