Skip to content

Commit 8675302

Browse files
dominikschubertjoe4devtiuringregfurman
authored
Rework lambda debugging samples (#259)
Updated samples: - lambda-debugging-sam-java - lambda-debugging-sam-python - lambda-debugging-sam-javascript - lambda-debugging-sam-typescript --------- Co-authored-by: Joel Scheuner <joel.scheuner.dev@gmail.com> Co-authored-by: Misha Tiurin <650819+tiurin@users.noreply.github.com> Co-authored-by: Greg Furman <31275503+gregfurman@users.noreply.github.com> Co-authored-by: Greg Furman <gregfurman99@gmail.com>
1 parent a28373f commit 8675302

File tree

91 files changed

+7977
-956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+7977
-956
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Some of the samples require LocalStack Pro features. Please make sure to properl
3232
| [Transfer API with S3](transfer-ftp-s3) | Using the Transfer API to upload files to S3 |
3333
| [Codecommit with Git repository](codecommit-git-repo) | Using the Codecommit API to create and push to a Git repository |
3434
| [Lambda Mounting and Debugging](lambda-mounting-and-debugging) | Debugging Lambda functions locally |
35+
| [Lambda Debugging SAM Java](lambda-debugging-sam-java) | Debugging Java Lambda functions using AWS SAM |
36+
| [Lambda Debugging SAM JavaScript](lambda-debugging-sam-javascript) | Debugging JavaScript Lambda functions using AWS SAM |
37+
| [Lambda Debugging SAM Python](lambda-debugging-sam-python) | Debugging Python Lambda functions using AWS SAM |
38+
| [Lambda Debugging SAM TypeScript](lambda-debugging-sam-typescript) | Debugging TypeScript Lambda functions using AWS SAM |
3539
| [IAM Policy Enforcement](iam-policy-enforcement) | Enforcement of IAM policies when working with local cloud APIs |
3640
| [Lambda Hot Reloading](lambda-hot-reloading) | Hot reloading Lambda functions locally |
3741
| [IoT Basics](iot-basics) | Usage of IoT APIs locally |

lambda-debug-mode/java/base-enable-lambda-debug-mode/.vscode/tasks.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

lambda-debug-mode/java/base-enable-lambda-debug-mode/Makefile

Lines changed: 0 additions & 48 deletions
This file was deleted.

lambda-debug-mode/java/base-enable-lambda-debug-mode/README.md

Lines changed: 0 additions & 54 deletions
This file was deleted.

lambda-debug-mode/java/base-enable-lambda-debug-mode/java-function/.gitignore

Lines changed: 0 additions & 42 deletions
This file was deleted.

lambda-debug-mode/java/base-enable-lambda-debug-mode/java-function/settings.gradle

Lines changed: 0 additions & 2 deletions
This file was deleted.

lambda-debug-mode/java/base-enable-lambda-debug-mode/java-function/src/main/java/LambdaFunctionHandler.java

Lines changed: 0 additions & 12 deletions
This file was deleted.

lambda-debug-mode/java/base-enable-lambda-debug-mode/lambda_debug_mode_config.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

lambda-debug-mode/java/base-enable-lambda-debug-mode/run.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)