Moving your complex resources and workloads to the cloud can make it challenging for your organization to analyze and understand everything in your AWS environment. AWS CloudTrail is a management service provided by AWS that enables governance, compliance, operational origin, and risk auditing of your AWS Account. AWS CloudTrail provides…
2 posts tagged
API Gateway
Automate AWS Lambda function and API Gateway deployment using AWS CDK
CDK is a software development framework for defining your cloud infrastructure in a high-level programming language such as Typescript, Python, JavaScript, and Java. AWS CDK eliminates the abstraction of manually provisioning AWS resources. With AWS CDK, you can deploy and provision hundreds of CloudFormation templates from your source code using…