Introduction AWS Lambda is a powerful serverless compute service, but it comes with limitations on runtimes, package sizes, and dependencies. By using Docker containers, we … Deploying AWS Lambda with Docker & Serverless FrameworkRead more
AWS
Posted inAll / AWS / Python
Create and Update SNS Subscription Filter Policy using Python Boto3
Code snippet to update the sns subscription filter policy. Before updating the filter policy, update the filter policy scope also. By default the FilterPolicyScope is … Create and Update SNS Subscription Filter Policy using Python Boto3Read more