Published inAWS TipCreating Lambda Function using CDKHere’s an example of how you can use AWS CDK (Cloud Development Kit) to create a Lambda function that fetches a CSV file from an S3 bucket:Apr 17, 2023Apr 17, 2023
Published inAWS TipTrigger AWS StepFunction using S3 Bucket EventHere’s an code that includes a S3 bucket, an S3 event rule, and an event target that triggers the Step Function when a new file is added to…Apr 17, 2023Apr 17, 2023
Published inAWS TipAggregate Lambda functions into a Step Function using AWS CDKTo aggregate two Lambda functions into a Step Function using AWS CDK, you can follow these general steps:Apr 17, 2023Apr 17, 2023
Triggering AWS Lambda using SNS topicTo trigger a Lambda function using an Amazon SNS (Simple Notification Service) topic, follow these steps:Feb 8, 2023Feb 8, 2023
How DNS Works?DNS (Domain Name System) is a distributed system that translates human-readable domain names into IP addresses, allowing computers to…Feb 8, 2023Feb 8, 2023
Published inAnalytics VidhyaAnalyzing Movie Reviews SentimentThe problem at hand is sentiment analysis or opinion mining, where we want to analyze some textual documents and predict their sentiment…Apr 14, 2021Apr 14, 2021