#aws-lambda
Read more stories on Hashnode
Articles with this tag
Infrastructure as code has become a go-to process to automatically provision and manage cloud resources. AWS provides two options for infrastructure...
AWS Command Line Interface (CLI) is a powerful tool that allows developers and system administrators to manage their AWS resources from the command...
Hands-on on Infrastructure as a code tool · Terraform is an open-source infrastructure as code (IAC) tool. It allows us to build, change and version the...
AWS solution for pub-sub messaging · In the Microservices world, we often have multiple components calling each other over the distributed network. We...
All you need to know about Event Bridge · In a distributed microservice architecture, we have many services, each doing one thing and each service...
Terraform allows infrastructure to be expressed as code, in a language called HCL (HashiCorp Configuration Language). Terraform registry contains...