Skip to content

Commit

Permalink
Merge pull request #15 from c4e/feature/enhance-statementId
Browse files Browse the repository at this point in the history
Feature/enhance statement
  • Loading branch information
c4e authored Jun 29, 2020
2 parents 583da84 + 108ce77 commit a525cbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class ServerlessPlugin {
[this.eventBridgeIamRole]: {
"Type": "AWS::IAM::Role",
"Properties": {
"RoleName": "fullEventBridgeRole",
"AssumeRolePolicyDocument": {
"Statement": [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless-events-cross-organization",
"version": "v1.0.9-beta",
"version": "v1.0.10-beta",
"description": "Add roles, rules, policies to send and receive events cross organization",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit a525cbc

Please sign in to comment.