-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# Amazon API Gateway Rest API to AWS Lambda | ||
|
||
This example creates a rest api toghether with a simple lambda function returning *hello world!* | ||
This example creates a rest api together with a simple lambda function returning *hello world!* | ||
|
||
### Deploy | ||
Run `cdk deploy`. This will deploy / redeploy your Stack to your AWS Account. | ||
|
||
After the deployment you will see the API's URL, which represents the url you can then use to execute the lambda function. | ||
|
||
### Synthesize Cloudformation Template | ||
To see the Cloudformation template generated by the CDK, run `cdk synth`, then check the output file in the "cdk.out" directory. | ||
To see the Cloudformation template generated by the CDK, run `cdk synth`, then check the output file in the "cdk.out" directory. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters