Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
e-mit committed Jun 21, 2024
1 parent 27ecda1 commit f3cd4b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ This project creates an API Gateway which serves a public REST API and a public

All resources are deployed in a single CloudFormation stack, which can be created or deleted via single commands.

Optionally, a custom domain name can be configured as the gateway URL.
Optional features:
- Configure a custom domain name for the gateway URL.
- Connect to an existing lambda to implement the API, rather than create a new one.


## Static Website
Expand Down
1 change: 0 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

export AWS_REGION=eu-west-3
export STACK_NAME=webtest2

export STAGE_NAME=v1

# Optional: connect to an existing lambda to implement the API
Expand Down

0 comments on commit f3cd4b8

Please sign in to comment.