[AWS Cloud Fundamental Notes] SNS
Introduction to SNS and its usage and operational mechanism

Used for sending SMS or E-mail as well as push notifications: Simple Notification Service
A Bit everyday A Byte every week
Introduction to SNS and its usage and operational mechanism
Used for sending SMS or E-mail as well as push notifications: Simple Notification Service
Introduction to Cognito and its usage and operational mechanism
Amazon Cognito : When traffic comes in, identity verification must be done first to confirm access to AWS cloud resources.
The different between pointer and value for struct type in golang with examples
Introduction to CloudFormation and its usage and operational mechanism
Introduction to ElastiCache and its usage and operational mechanism
Introduction to DynamoDB and its usage and operational mechanism
Introduction to SQS and its usage and operational mechanism
Amazon Simple Queue Service
(SQS) serves as a task buffer, allowing tasks that do not require immediate processing to be placed in the queue for storage.
When the system has spare resources, it processes these tasks, which helps decouple applications.