Skip to content

Commit

Permalink
docs(Update readme and branch): Update readme linking API docs, updat…
Browse files Browse the repository at this point in the history
…e branch to main
  • Loading branch information
jmiumv committed Feb 19, 2023
1 parent b593a18 commit cd9ccbe
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/files.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { awscdk } = require('projen');
const project = new awscdk.AwsCdkConstructLibrary({
defaultReleaseBranch: 'master',
defaultReleaseBranch: 'main',
author: 'JNE',
cdkVersion: '2.1.0',
name: 'cdk-appconfig',
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# cdk-appconfig

## Hello !
## Motivation !
This simple project was inspired from [this stackoverflow question](https://stackoverflow.com/questions/67579029/aws-cdk-lambda-appconfig-typescript-example-please/74724158#74724158), where I shared [this answer](https://stackoverflow.com/a/74724158).

When I [read docs on the AppConfig construct library](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_appconfig-readme.html), I soon realized that it was ripe for L2 and L3 constructs. Hence this library.

The library is published under the following names:

## API Documentation
* Please refer projen autogenerated API docs [here](API.md)

## Releases
|Language|Repository
|--------|-----------
|JavaScript/TypeScript|[cdk-appconfig](https://www.npmjs.com/package/cdk-appconfig)

0 comments on commit cd9ccbe

Please sign in to comment.