Skip to main content

Posts

Showing posts from June, 2023

AWS Glue

You can trigger an AWS Glue job based on an event. You can use the following events to trigger a Glue job CloudWatch Events: You can create a CloudWatch Events rule that triggers a Glue job when a specific event occurs. For example, you could create a rule that triggers a Glue job when a new file is created in an S3 bucket. Step Functions: You can use a Step Functions state machine to trigger a Glue job. For example, you could create a state machine that triggers a Glue job when a specific event occurs in another AWS service. Manually: You can manually trigger a Glue job by clicking the Run button in the AWS Glue console. To trigger a Glue job based on an event, you will need to create a trigger in the AWS Glue console. When you create a trigger, you will need to specify the event that you want to trigger the job on, as well as the job that you want to run. Here are the steps on how to trigger a Glue job based on an event: Go to the AWS Glue console. Click Triggers . Click Cr...

AWS Glue

You can trigger an AWS Glue job based on an event. You can use the following events to trigger a Glue job CloudWatch Events: You can create a CloudWatch Events rule that triggers a Glue job when a specific event occurs. For example, you could create a rule that triggers a Glue job when a new file is created in an S3 bucket. Step Functions: You can use a Step Functions state machine to trigger a Glue job. For example, you could create a state machine that triggers a Glue job when a specific event occurs in another AWS service. Manually: You can manually trigger a Glue job by clicking the Run button in the AWS Glue console. To trigger a Glue job based on an event, you will need to create a trigger in the AWS Glue console. When you create a trigger, you will need to specify the event that you want to trigger the job on, as well as the job that you want to run. Here are the steps on how to trigger a Glue job based on an event: Go to the AWS Glue console. Click Triggers . Click Cr...

AWS lambda

  AWS lambda AWS Lambda is a serverless computing service that allows you to run code without provisioning or managing servers. Lambda automatically scales your code based on demand, so you only pay for the compute time you use. Here are  examples of how you can use AWS Lambda: Process event data. Lambda can be used to process event data from a variety of sources, such as Amazon CloudWatch logs, Amazon Kinesis streams, and Amazon Simple Notification Service (SNS) topics. Generate dynamic content. Lambda can be used to generate dynamic content, such as personalized web pages or email messages. Automate tasks. Lambda can be used to automate tasks, such as sending out marketing emails or updating customer records. Build microservices. Lambda can be used to build microservices, which are small, independent services that can be easily scaled and deployed. Create custom APIs. Lambda can be used to create custom APIs that can be used by other applications. Run batch jobs. ...