An open API service indexing awesome lists of open source software.

https://github.com/jaystack/cdk-examples


https://github.com/jaystack/cdk-examples

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Cdk Examples

![Diagram](https://user-images.githubusercontent.com/1798835/96272305-d61b0100-0fc5-11eb-845b-dc7fad5fec28.png)

running the api locally with SAM CLI:

```
$ npm run local
```

___
## Welcome to your CDK TypeScript project!

This is a blank project for TypeScript development with CDK.

The `cdk.json` file tells the CDK Toolkit how to execute your app.

## Useful commands

* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `cdk deploy` deploy this stack to your default AWS account/region
* `cdk diff` compare deployed stack with current state
* `cdk synth` emits the synthesized CloudFormation template