Skip to content

Instantly share code, notes, and snippets.

@juancho088
Created April 1, 2018 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juancho088/8e99bf37dd2d07ea537c116500a71676 to your computer and use it in GitHub Desktop.
Save juancho088/8e99bf37dd2d07ea537c116500a71676 to your computer and use it in GitHub Desktop.
Using Kotlin with Serverless localstack JSON
{
"APIGateway": "http://localhost:4567",
"CloudFormation": "http://localhost:4581",
"CloudWatch":"http://localhost:4582",
"DynamoDB": "http://localhost:4569",
"DynamoDBStreams": "http://localhost:4570",
"ES": "http://localhost:4571",
"Firehose": "http://localhost:4573",
"Kinesis": "http://localhost:4568",
"Lambda": "http://localhost:4574",
"Redshift": "http://localhost:4577",
"Route53": "http://localhost:4580",
"S3": "http://localhost:4572",
"SES": "http://localhost:4579",
"SNS": "http://localhost:4575",
"SQS": "http://localhost:4576"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment