aws-samples / aws-lambda-fanout

A sample AWS Lambda function that accepts messages from an Amazon Kinesis Stream and transfers the messages to another data transport.
Apache License 2.0
288 stars 60 forks source link

Fix metrics #32

Closed fstehle closed 6 years ago

fstehle commented 6 years ago

This fixes the CloudWatch metrics. It gives additional IAM access and updates previously created IAM roles.

julienlepine commented 6 years ago

Thanks! This i sawesome.