Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacobsson committed Aug 7, 2023
1 parent ad6c423 commit 710ca32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 38 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ The `--force-restore` flag is useful if you want to restore the original Lambda

*Big thanks to [Jason Wadsworth](https://twitter.com/quizout) for all the early feedback on this feature <3*

#### Debugging with VS Code
#### Debugging with VS Code / Visual Studio / Rider
In order to debug with vscode you need to create a launch config and a shutdown task (to restore the original Lambda code in the cloud). You can set this up automatically by running `samp local --debug`

#### Supported runtimes
* NodeJs (JavaScript and TypeScript)
* .NET 6.0 (C#) - See .NEt specific documentation [here](./docs/dotnet.md)
* .NET 6.0 (C#) - See .NET specific documentation [here](./docs/samp-local-dotnet.md)

#### How does it work?
The tool temporarily replaces your function code in the cloud with a proxy function that relays events to your local machine over AWS IoT (MQTT). The functions are automatically restored when you exit the debugging session with the values in your processed CloudFormation tempate. The tool also sets the MemorySize to 128MB and Timeout to 60 seconds to avoid timeouts during debugging as well as saving cost.
Expand Down
36 changes: 0 additions & 36 deletions docs/dotnet.md

This file was deleted.

0 comments on commit 710ca32

Please sign in to comment.