Skip to content

Commit

Permalink
feat: cloudformation registry update (#266)
Browse files Browse the repository at this point in the history
* feat: cloudformation registry update

* chore: self mutation

Signed-off-by: github-actions <github-actions@github.com>

---------

Signed-off-by: github-actions <github-actions@github.com>
Co-authored-by: mergify <mergify@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
3 people committed May 29, 2023
1 parent 7a24ba6 commit 232de55
Show file tree
Hide file tree
Showing 18 changed files with 743 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes

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

10 changes: 10 additions & 0 deletions .github/workflows/build-individual.yml

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

136 changes: 136 additions & 0 deletions .github/workflows/release-awscommunity-resource-lookup.yml

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

3 changes: 3 additions & 0 deletions .gitignore

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

2 changes: 2 additions & 0 deletions .mergify.yml

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

1 change: 1 addition & 0 deletions .projen/files.json

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

32 changes: 32 additions & 0 deletions .projen/tasks.json

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

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ that version from your package manager.

<!--STATUS-BEGIN-->

Release status for 162 libraries:
Release status for 163 libraries:

* [![alexa-ask-skill](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-alexa-ask-skill.yml/badge.svg)](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-alexa-ask-skill.yml)
* [![aqua-enterprise-enforcer](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-aqua-enterprise-enforcer.yml/badge.svg)](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-aqua-enterprise-enforcer.yml)
Expand All @@ -59,6 +59,7 @@ Release status for 162 libraries:
* [![awscommunity-account-alternatecontact](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-account-alternatecontact.yml/badge.svg)](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-account-alternatecontact.yml)
* [![awscommunity-cloudfront-s3website-module](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-cloudfront-s3website-module.yml/badge.svg)](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-cloudfront-s3website-module.yml)
* [![awscommunity-dynamodb-item](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-dynamodb-item.yml/badge.svg)](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-dynamodb-item.yml)
* [![awscommunity-resource-lookup](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-resource-lookup.yml/badge.svg)](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-resource-lookup.yml)
* [![awscommunity-s3-bucket-module](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-s3-bucket-module.yml/badge.svg)](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-s3-bucket-module.yml)
* [![awscommunity-s3-deletebucketcontents](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-s3-deletebucketcontents.yml/badge.svg)](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-s3-deletebucketcontents.yml)
* [![awscommunity-time-offset](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-time-offset.yml/badge.svg)](https://github.com/cdklabs/cdk-cloudformation/actions/workflows/release-awscommunity-time-offset.yml)
Expand Down
3 changes: 3 additions & 0 deletions package.json

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
node_modules/
!/.gitattributes
!/.projen/tasks.json
!/.projen/deps.json
!/.projen/files.json
!/LICENSE
!/README.md
!/package.json
/.jsii
/lib/
/tsconfig.json
/dist/
tsconfig.tsbuildinfo
!/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ~~ Generated by projen. To modify, edit .projenrc.js and run "npx projen".
.projen
dist
src
test
tsconfig.tsbuildinfo
!.jsii
!.jsii.gz
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"files": [
".gitattributes",
".gitignore",
".projen/deps.json",
".projen/files.json",
".projen/tasks.json",
"LICENSE",
"package.json",
"README.md"
],
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"tasks": {
"build": {
"name": "build",
"description": "Full release build",
"steps": [
{
"spawn": "pre-compile"
},
{
"spawn": "compile"
},
{
"spawn": "post-compile"
},
{
"spawn": "test"
},
{
"spawn": "package"
}
]
},
"compile": {
"name": "compile",
"description": "Only compile"
},
"default": {
"name": "default",
"description": "Synthesize project files",
"steps": [
{
"exec": "npx projen default",
"cwd": "../../.."
}
]
},
"package": {
"name": "package",
"description": "Creates the distribution package"
},
"post-compile": {
"name": "post-compile",
"description": "Runs after successful compilation"
},
"pre-compile": {
"name": "pre-compile",
"description": "Prepare the project for compilation"
},
"test": {
"name": "test",
"description": "Run tests"
}
},
"//": "~~ Generated by projen. To modify, edit .projenrc.js and run \"npx projen\"."
}

0 comments on commit 232de55

Please sign in to comment.