Module: AwsLambda

Defined in:
lib/jets/overrides/lambda/marshaller.rb

Overview

Hack AwsLambda Ruby Runtime to fix .to_json issue collision with ActiveSupport. To reproduce:

Create a shared resource from the docs and call sns.publish

Causes an infinite loop when calling sns.publish somehow. Overriding with JSON.dump and follow up with AWS ticket.

Defined Under Namespace

Classes: Marshaller