There are more AWS SDK examples available in the AWS Doc SDK Examples
Scenarios for Amazon SNS using AWS SDKs
The following code examples show you how to implement common scenarios in Amazon SNS with AWS SDKs. These scenarios show you how to accomplish specific tasks by calling multiple functions within Amazon SNS or combined with other AWS services. Each scenario includes a link to the complete source code, where you can find instructions on how to set up and run the code.
Scenarios target an intermediate level of experience to help you understand service actions in context.
Examples
- Build an app to submit data to a DynamoDB table
- Building an Amazon SNS application
- Create a platform endpoint for push notifications
- Create a serverless application to manage photos
- Create an Amazon Textract explorer application
- Create and publish to a FIFO topic
- Detect people and objects in a video
- Publish SMS messages to a topic
- Publish a large message
- Publish an SMS text message
- Publish messages to queues
- Use API Gateway to invoke a Lambda function
- Use scheduled events to invoke a Lambda function