How to Start Integrating Lambda Functions with WayScript | AWS & Datadog DevOps Event Remediation

preview_player
Показать описание
*** Want to clone this script? ***

Help in Setting up the Datadog Trigger:

Info on the Invoke boto3 method:

Code from this video:
import boto3

def build_client():
'lambda',
region_name = 'us-east-2',
aws_access_key_id='',
aws_secret_access_key=''
)
return lambda_client

event = variables['Event']

if 'data' in title:
lambda_client = build_client()
FunctionName='HelloWorldTemplate',
InvocationType='RequestResponse',
LogType='Tail',

)

print(response)

Available in the wayscript marketplace and also on github:

Questions about this script or anything else? Join our discord. We're always around to help.

Follow WayScript on Social Media:

#WayScript gives you flexible building blocks to seamlessly integrate, automate, and host tools in the cloud. Unlock new potential with drag and drop programming.

Need ideas on how to use WayScript? View our template library to get ideas:
Ready to get started? Get Superpowers with WayScript today.
Рекомендации по теме
Комментарии
Автор

Nice tutorial can you create more Datadog videos, please?

Ultimah
Автор

By the way, even I copy or clone your code. It does not work. Please advise

Ultimah