Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)