Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jill64/lambda-edge-api
- Owner: jill64
- License: mit
- Created: 2023-10-03T07:09:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-20T06:04:39.000Z (about 1 year ago)
- Last Synced: 2023-12-20T13:15:55.850Z (about 1 year ago)
- Topics: api, aws, cdk, edge, lambda
- Language: TypeScript
- Homepage: https://npmjs.com/package/lambda-edge-api
- Size: 382 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lambda-edge-api
🌐 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)