reading-notes


Project maintained by sanaa-almoghraby Hosted on GitHub Pages — Theme by mattgraham

Amazon SNS

Next steps

Now that you’ve created a topic with a subscription and sent messages to the topic, you might want to try the following:

Explore the AWS Developer Center.

Learn about protecting your data in the Security section.

Enable server-side encryption for a topic.

Enable server-side encryption for a topic with an encrypted Amazon Simple Queue Service (Amazon SQS) queue subscribed.

Subscribe AWS Event Fork Pipelines to a topic. MORE SOURCE

Amplify Framework Documentation

The open-source Amplify Framework provides the following products to build fullstack iOS, Android, Flutter, Web, and React Native apps:

GraphQL is a data language that was developed to enable apps to fetch data from APIs. It has a declarative, self-documenting style. In a GraphQL operation, the client specifies how to structure the data when it is returned by the server. This makes it possible for the client to query only for the data it needs, in the format that it needs it in.

MORE SOURCE