Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
]
},
"Process SQS Records with Lambda": {
"name": "Rest API",
"name": "Process SQS Records with Lambda",
"description": "Lambda, SQS • Python, Javascript, Java, .NET • SAM",
"implementation": [
{
Expand All @@ -77,6 +77,32 @@
"assetName": "sqs-lambda-dotnet-sam"
}
]
},
"Process SNS notification messages with Lambda": {
"name": "Process SNS notification messages with Lambda",
"description": "Lambda, SNS • Python, Javascript, Java, .NET • SAM",
"implementation": [
{
"iac": "sam",
"runtime": "python",
"assetName": "sns-lambda-python-sam"
},
{
"iac": "sam",
"runtime": "javascript",
"assetName": "sns-lambda-nodejs-sam"
},
{
"iac": "sam",
"runtime": "java",
"assetName": "sns-lambda-java-sam"
},
{
"iac": "sam",
"runtime": "dotnet",
"assetName": "sns-lambda-dotnet-sam"
}
]
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Feature",
"description": "Adding pattern for Serverless Land feature"
}
Loading