The AWS console is great for creating, modifying and visualizing your AWS resources, services and infrastructure. However, if you need automation and repeatability, the AWS CLI is where it’s at. For this tutorial, we’ll use .NET as the reference technology. Although, most of this tutorial can be used with other languages like, Python, Node.js, Go,Continue reading “Package and Upload a Lambda Function with the AWS CLI”
Tag Archives: AWS CLI
Create a .NET AWS Lambda Function with an HTTPS Endpoint
Get all the code on GitHub. AWS Lambda, the popular AWS service, has been the solution behind many microservices. Some even argue that AWS Lambda enabled the microservice trend over the last five to seven years. And, the serverless/AWS Lambda trend does not show any signs of slowing down. Even with its popularity, there wasContinue reading “Create a .NET AWS Lambda Function with an HTTPS Endpoint”
Create an SQS Queue and an SNS Topic and Subscription using the AWS CLI
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”