Simple AWS Serverless app to serve images.
You can see a detailed explanation in this post.
My Medium profile.
First, please read our full contributing guidelines in CONTRIBUTING.
Report issues/questions/feature requests in the issues
section.
To install pre-commit and its dependecies locally in your environment, follow instructions under docs
folder.
Code formatting and documentation for variables and outputs is generated using pre-commit-terraform hooks which uses terraform-docs.
Created by Matias Zilli.
Name | Version |
---|---|
terraform | >= 0.12.9 |
aws | 2.53.0 |
aws | >= 2.53.0 |
No provider.
No input.
Name | Description |
---|---|
api_url | The URL to invoke the API pointing to the stage. e.g. https://z4675bid1j.execute-api.eu-west-2.amazonaws.com/prod |
bucket_domainname | The bucket domain name. Will be with format bucketname.s3.amazonaws.com. |
http_methods | The HTTP method (GET, POST, PUT, DELETE, HEAD, OPTIONS, ANY) |