You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ingestor-api): expose ingestor handler role (#39)
* feat(ingestor-api) expose ingestor handler role
* added a new public read only handler_role property to the StacIngestor construct
* role name is automatically generated by AWS
BREAKING CHANGE: the role name is automatically generated by AWS and thus users can not use the name that
was specified before, but should directly interact with the new property we are adding.
* change name of variable to comply with formatting rules, remove readonly statement
0 commit comments