AWS gives engineers many ways to accomplish many tasks. Here we will look at creating both a Simple Notification Service topic as well as a Simple Queue Service queue and then creating an SNS subscription “linking” the two. All the while, we will exclusively use the AWS CLI to accomplish the task. This exercise couldContinue reading “Create an SQS Queue and an SNS Topic and Subscription using the AWS CLI”
Tag Archives: AWS SDK
How to Create a Simple .NET Core AWS Lambda Function
Skip the detail and show me the solution. AWS Lambda is one of the hottest technologies in cloud software development today. And, as hot as it is, there is still a lot of confusion on just what Lambda is and how to develop a serverless function. First, let’s clarify a few things, serverless doesn’t meanContinue reading “How to Create a Simple .NET Core AWS Lambda Function”