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: 3 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T20:39:11.000Z (7 months ago)
- Last Synced: 2025-01-31T13:14:09.878Z (5 months 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
