Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 460 Bytes

File metadata and controls

32 lines (19 loc) · 460 Bytes

Changelog

2.0.2

Update README

2.0.1

Use AWS SDK 3.188.0 for Node.js 18 Update Dependencies

1.1.2

Update Dependencies

1.1.1

Fix README

1.1.0

Add support to AWS MSK Events

Fix default import not working for JavaScript

  • New JavaScript import:
    • const { Lambda } = require('aws-lambda-event-handler');
  • New TypeScript import:
    • import { Lambda } from 'aws-lambda-event-handler';

1.0.4

First stable version