Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/pe2 2277 unique role name #14

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Conversation

joern-belonio
Copy link

Description of change

Pull-Request Checklist

  • Code is up-to-date with the main branch
  • yarn lint passes with this change
  • yarn test passes with this change
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits follow conventions outlined in the conventional commit spec

joern-belonio and others added 30 commits July 4, 2024 13:54
The regex

"^arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9-]+):([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1})?:(\\d{12})?:(.+)$

has to use\\d{1} instead of d{1} or all arns like eu-central-1 are rejected as invalid.
# 1.0.0 (2024-07-09)

### Bug Fixes

* ♻️ Corrected the incorrect references for StartingPosition property in DynamoDB & kinesisStreams ([b7cd1e1](b7cd1e1))
* Source ARN Regex ([7a744d3](7a744d3))

### Features

* 🚧 Added some documentation exposing the api that will drive the config ([b5ca44f](b5ca44f))
* 📝 changed name of the package ([54514d1](54514d1))
fix(): Missing Step Function Action.
## [1.0.1](v1.0.0...v1.0.1) (2024-07-15)

### Bug Fixes

* Missing Step Function Action. ([9e0e176](9e0e176))
…ssing

fix(): SharedIAMRole Step Function was missing.
## [1.0.2](v1.0.1...v1.0.2) (2024-07-15)

### Bug Fixes

* Shared Roles Testcase fixed ([01b013f](01b013f))
* SharedIAMRole Step Function was missing. ([1c7a907](1c7a907))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants