Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jill64/lambda-edge-api

🌐 Deploy your API to the edge using AWS-CDK
https://github.com/jill64/lambda-edge-api

api aws cdk edge lambda

Last synced: about 1 month ago
JSON representation

🌐 Deploy your API to the edge using AWS-CDK

Awesome Lists containing this project

README

        

# lambda-edge-api

npm-version npm-license npm-download-month npm-min-size deploy-test.yml

🌐 Deploy your API to the edge using AWS-CDK

- Install [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) in local machine
- [Configure authentication and access credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-authentication.html) in AWS CLI

## [Example Project](./demo)

## Usage

[Build Options](./src/types/BuildOptions.ts)

```js
import { build } from 'lambda-edge-api'

build({
name: 'Lambda-Edge-API',

// Auto Deploy
deploy: true

// ... BuildOptions
})
```

## License

[MIT](LICENSE)