Skip to content

Commit

Permalink
feat: adding in default identity pool and iam roles (#145)
Browse files Browse the repository at this point in the history
* feat: adding in default identity pool and iam roles
  • Loading branch information
kcwinner authored May 10, 2021
1 parent 04788fb commit 187beed
Show file tree
Hide file tree
Showing 19 changed files with 482 additions and 308 deletions.
15 changes: 15 additions & 0 deletions .gitattributes

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

25 changes: 18 additions & 7 deletions .github/workflows/build.yml

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

62 changes: 0 additions & 62 deletions .github/workflows/rebuild-bot.yml

This file was deleted.

34 changes: 19 additions & 15 deletions .github/workflows/release.yml

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

6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
.jsii
.nyc_output
.yarn-integrity
/.changelog.tmp.md
/.version.tmp.json
/coverage
/dist
/lib
Expand All @@ -29,12 +31,11 @@ report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
tsconfig.json
yarn-debug.log*
yarn-error.log*
!/.gitattributes
!/.github/dependabot.yml
!/.github/pull_request_template.md
!/.github/workflows/build.yml
!/.github/workflows/rebuild-bot.yml
!/.github/workflows/release.yml
!/.mergify.yml
!/.npmignore
!/.projen/deps.json
!/.projen/tasks.json
Expand All @@ -46,4 +47,3 @@ yarn-error.log*
!/src
!/test
!/tsconfig.jest.json
!version.json
Loading

0 comments on commit 187beed

Please sign in to comment.