CoorpAcademy / serverless-plugins

Collection of serverless plugins :zap:
230 stars 130 forks source link

severless-offline 4.10.0 breaks createLambdaContext #55

Closed asprouse closed 5 years ago

asprouse commented 5 years ago

serverless-offline 4.10.0 was released on May 5th and it changes the function signature of createLambdaContext. This in turn breaks serverless-offline-dynamodb-streams. I was able to work around this using yarn's resolutions feature to pin the version to 4.9.4.

godu commented 5 years ago

Thanks, you saved me a lot of time.