Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62660f4

Browse files
committedApr 4, 2022
Refactored to CDK v2 and simplified setup
1 parent 4af4296 commit 62660f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The API Gateway endpoint URL is displayed in the output and saved in the file `i
3333
```
3434
{
3535
"LambdaCustomRuntimeMinimalJRE18InfrastructureStack": {
36-
"apiendpoint": "https://<API_ID>.execute-api.<AWS_REGION>.amazonaws.com"
36+
"apiendpoint": "https://<API_ID>.execute-api.<AWS_REGION>.amazonaws.com/prod/"
3737
}
3838
}
3939
```

0 commit comments

Comments
 (0)
Please sign in to comment.