Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
TIMOTHY ANDES committed Mar 1, 2024
1 parent 1754da3 commit 0b04010
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION="1.3"
VERSION="1.4"
20 changes: 8 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Welcome to your CDK TypeScript project
# AWS CI/CD and GitHub Actions Playground

This is a blank project for CDK development with TypeScript.
This is a serverless AWS Cloud hosted app that utilizes a CI/CD DevOps inspired workflow. The skills involved aim to level up the next iterations of my AWS Cloud projects.

The `cdk.json` file tells the CDK Toolkit how to execute your app.

## Useful commands

* `npm run build` compile typescript to js
* `npm run watch` watch for changes and compile
* `npm run test` perform the jest unit tests
* `npx cdk deploy` deploy this stack to your default AWS account/region
* `npx cdk diff` compare deployed stack with current state
* `npx cdk synth` emits the synthesized CloudFormation template
* AWS Lambda
* AWS Cloud Formation
* GitHub Actions (YAML .yml)
* GitHub hook `pre-commit` (BASH script)
* Git // GitHub
* VS Code

0 comments on commit 0b04010

Please sign in to comment.