Some of the errors you receive while creating infrastructure in Azure using Terraform
How to resolve ‘git push’ command related permission error
Resolve git command error observed while pushing the code to new github account.
Use AWS SSO to Deny permissions for IAM and SSO itself
You do not need to create SSO in different AWS account to restrict or Deny permissions to users for different services especially IAM and SSO itself.
Create a Azure API Management service instance with custom domain (SSL cert) using PowerShell script in Azure Devops using Release Pipelines
When you create an Azure API Management service instance, Azure assigns it a subdomain of azure-api.net. you can expose your API Management endpoints using your own custom domain name, such as contoso.com.
Write Athena query using Date and Datetime function
To filter Athena query data between two dates, you have to convert the date column data (saved as string) into timestamp and then type cast using date function.
How to Stream Data from Amazon DynamoDB to Amazon S3 using AWS Lambda and Amazon Kinesis Firehose and analyse using Microsoft Power BI
With DynamoDB Streams and the data-transformation feature of Amazon Kinesis Firehose, you have a powerful and scalable way to replicate data from DynamoDB into data sources such as S3 and then analyse using Power BI
Create lambda function to buffer items newly added to the DynamoDB table and then send a batch of these items (JSON-formatted source records) to Amazon Kinesis Firehose delivery stream
This lambda function takes all messages in the DynamoDB stream and forwards them to the Firehose delivery stream.
How to set up the Amazon Kinesis Firehose delivery stream
Kinesis Firehose delivery streams continuously collect, transform, and load streaming data into the destinations that you specify.
How to create AWS Glue crawler to crawl Amazon DynamoDB and Amazon S3 data store
Crawlers can crawl both file-based and table-based data stores. Crawlers can crawl the following data stores – Amazon Simple Storage Service (Amazon S3) & Amazon DynamoDB
How to Activate DynamoDB Streams on your DynamoDB table
You can also enable or disable a stream on an existing table, or change the settings of a stream. DynamoDB Streams operates asynchronously, so there is no performance impact on a table if you enable a stream.