Category Security

Integrate API Gateway with Cognito and Lambda

AWS API Gateway integrated with Cognito is perfect approach for exposing Lambda or other computing services. It offers a secure and scalable solution also for serverless applications. In this blog post, we will explore how to integrate API Gateway with…

Terraform manage secrets with SOPS

Securing sensitive data, such as Database connection details, API keys, access tokens etc., is crucial in any infrastructure project. This blog post, Terraform manage secrets with SOPS, explores how to handle them by utilizing SOPS (Secrets OPerationS), a tool for…