Skip to content

Instantly share code, notes, and snippets.

View arifsetyawan's full-sized avatar

Arif Setyawan arifsetyawan

View GitHub Profile
@jscattergood
jscattergood / serverless.yml
Last active March 10, 2019 13:57
Creating a custom serverless resource for subscribing to SNS topics in another region
# Welcome to Serverless!
#
# Happy Coding!
service: cross-region-sns-subscriber
# Keep environment specific configurations in separate files
custom: ${file(config/${env:STAGE}.json)}
provider: