serverless_static_website_with_basic_auth icon indicating copy to clipboard operation
serverless_static_website_with_basic_auth copied to clipboard

Builds a serverless infrastructure in AWS for hosting a static website protected with Basic Authentication and published on a subdomain registered via Route 53

Results 6 serverless_static_website_with_basic_auth issues
Sort by recently updated
recently updated
newest added

I have been working on Terraform using AzureDevOps before that I developed tf files using VS code and everything worked fine when try to move files from VS code to...

With CloudFormation sort of becoming legacy at this point, it would make sense to split the documentation and move it into the respective sub-directories. This would allow for a more...

documentation

Hi Thank you for your project. Hard coded IDs here: /CloudFormation/serverless_static_website_with_basic_auth.yaml HostedZoneId: Z2FDTNDATAQYW2 and here: /Terraform/modules/serverless-static-website-with-basic-auth/main.tf zone_id = "Z2FDTNDATAQYW2"

~/Development/serverless_static_website_with_basic_auth/Terraform$ ./scripts/create_static_serverless_website.sh static-website-content/ default blah.com Error: Error refreshing state: 1 error(s) occurred: * module.serverless-static-website-with-basic-auth.data.archive_file.basic_auth_at_edge_lambda_package: 1 error(s) occurred: * module.serverless-static-website-with-basic-auth.data.archive_file.basic_auth_at_edge_lambda_package: data.archive_file.basic_auth_at_edge_lambda_package: error archiving directory: could not archive missing directory: ~/Development/serverless_static_website_with_basic_auth/Terraform/lambda-at-edge-code/blah.com/

`~/Development/serverless_static_website_with_basic_auth/Terraform$ scripts/create_static_serverless_website.sh static-website-content/ default blah.com ` output --------------- CREATING SERVERLESS INFRASTRUCTURE --------------- Workspace "blah.com" doesn't exist. You can create this workspace with the "new" subcommand. Created and switched to workspace...

Change: - terraform 0.13 and onwards requires new providers declaration - `shared_credentials_file` is deprecated Required commands to upgrade existing state from `v0.12` to >= `v0.13`, tested with `v1.2.9`: ```shell terraform...