https://github.com/bytekast/aws-cdk-groovy-examples
https://github.com/bytekast/aws-cdk-groovy-examples
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bytekast/aws-cdk-groovy-examples
- Owner: bytekast
- License: mit
- Created: 2019-11-28T04:35:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T04:53:30.000Z (over 6 years ago)
- Last Synced: 2025-02-17T23:41:32.433Z (over 1 year ago)
- Language: Groovy
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-cdk-groovy-examples
This repository contains a set of example projects for the [AWS Cloud Development Kit](https://github.com/awslabs/aws-cdk) in [Groovy](http://groovy-lang.org/)
## 📦 Prerequisites
Install [Node](https://www.npmjs.com/get-npm).
Install the [aws-cdk](https://github.com/aws/aws-cdk) command line tool:
```bash
npm install -g aws-cdk
```
Install **Java** and **Groovy**. The easiest way to install is to use [SDK MAN](https://sdkman.io/):
```bash
➜ curl -s "https://get.sdkman.io" | bash
➜ sdk install java 8.0.222-amzn
➜ sdk install groovy
```
## 🛵 Examples
| Example | Description | Command
|---------|-------------|---------
| [lambda-cron](lambda-cron/) | Running a Lambda on a schedule | `cdk deploy --app='groovy lambda-cron.groovy'`