Skip to content

Some classes to get information from AWS triggers easily.

License

Notifications You must be signed in to change notification settings

JevyanJ/awstriggers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Triggers

Some classes to get information from AWS triggers easily.

Some examples

Here's some of the stuff you can do:

# import all
from awstriggers import *

def lambda_handler(event, context):

    for record in event['Records']:

        trigger = SQSTrigger(record)

        print(trigger.body)
        print(trigger.attributes)

Installation

pip install awstriggers

About

Some classes to get information from AWS triggers easily.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages