Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garysassano/cdk-aws-cron-function
CDK app that triggers a Lambda function at a specified regular interval
https://github.com/garysassano/cdk-aws-cron-function
aws aws-cdk aws-cron aws-function aws-lambda awslambda cdk-ts cron-function lambda-ts node-lambda typescript
Last synced: 30 days ago
JSON representation
CDK app that triggers a Lambda function at a specified regular interval
- Host: GitHub
- URL: https://github.com/garysassano/cdk-aws-cron-function
- Owner: garysassano
- License: apache-2.0
- Created: 2024-04-21T12:51:45.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-24T20:39:11.000Z (about 1 month ago)
- Last Synced: 2024-11-24T21:28:22.459Z (about 1 month ago)
- Topics: aws, aws-cdk, aws-cron, aws-function, aws-lambda, awslambda, cdk-ts, cron-function, lambda-ts, node-lambda, typescript
- Language: TypeScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cdk-aws-cron-function
CDK app that triggers a Lambda function at a specified regular interval.
## Prerequisites
- **_AWS:_**
- Must have completed the [CDK bootstrapping](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html) for the target AWS environment.
- **_Node.js + npm:_**
- Must be [installed](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) in your system.## Installation
```sh
npx projen install
```## Deployment
```sh
npx projen deploy
```## Cleanup
```sh
npx projen destroy
```## Architecture Diagram
![Architecture Diagram](./src/assets/arch.svg)