rackerlabs / lambda-uploader

Helps package and upload Python lambda functions to AWS
Apache License 2.0
270 stars 56 forks source link

Configure and update kinesis subscription #137

Closed dsouzajude closed 7 years ago

dsouzajude commented 7 years ago

This PR does the following:

[1] StartingPosition http://boto3.readthedocs.io/en/latest/reference/services/lambda.html#Lambda.Client.create_event_source_mapping

Also tested this with actual AWS API calls.

jarosser06 commented 7 years ago

Thanks for the PR