serverless-patterns icon indicating copy to clipboard operation
serverless-patterns copied to clipboard

New pattern submission - REST API via API Gateway, acting as SNS proxy with SNS Filter Policy (SLS & Python)

Open bb245 opened this issue 11 months ago • 2 comments

Issue #, if available: https://github.com/aws-samples/serverless-patterns/issues/2162

Description of changes:

This pattern leverages the Serverless Framework to deploy a REST API via Amazon API Gateway, functioning as an Amazon SNS proxy. It incorporates SNS Filter Policy for triggering Lambda functions based on MessageBody filters. Additionally, it enables CloudWatch Logs and X-Ray tracing for both API Gateway and Lambda through the Powertools for AWS Lambda developer toolkit.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

bb245 avatar Mar 22 '24 18:03 bb245

@bfreiberg, Thank you for the feedback. All issues have been addressed and retested.

bb245 avatar Mar 26 '24 14:03 bb245

Thanks for your contribution @bb245 A Developer Advocate will merge the changes and publish the pattern to serverlessland.com.

bfreiberg avatar Mar 26 '24 22:03 bfreiberg