Skip to content

Instantly share code, notes, and snippets.

@Blind-Striker
Created February 10, 2021 08:45
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 Blind-Striker/53891a3f442ff3a4992659d371f167ee to your computer and use it in GitHub Desktop.
Save Blind-Striker/53891a3f442ff3a4992659d371f167ee to your computer and use it in GitHub Desktop.
sample appsetting.json for LocalStack.NET
"LocalStack": {
"UseLocalStack": true,
"Session": {
"AwsAccessKeyId": "my-AwsAccessKeyId",
"AwsAccessKey": "my-AwsAccessKey",
"AwsSessionToken": "my-AwsSessionToken",
"RegionName": "eu-central-1"
},
"Config": {
"LocalStackHost": "localhost",
"UseSsl": false,
"UseLegacyPorts": false,
"EdgePort": 4566
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment