Last active
December 17, 2018 21:48
-
-
Save DV8FromTheWorld/35d0b7d1d77b7fd5b702da225dcc66e3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSON.stringify({ | |
Records: [{ | |
Sns: { | |
Message: JSON.stringify({ | |
Records: [{ | |
"s3": { | |
bucket: "inmarb2b-dev-ao-environment", | |
object: { | |
key: "EnvironmentConfigs/preprod/cloudformation.json" | |
} | |
} | |
}] | |
}) | |
} | |
}] | |
}, null, 2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment