Skip to content

Instantly share code, notes, and snippets.

@flesch
Last active June 23, 2016 17:38
Show Gist options
  • Save flesch/c8b17a929684bb4f53c9257280e4754e to your computer and use it in GitHub Desktop.
Save flesch/c8b17a929684bb4f53c9257280e4754e to your computer and use it in GitHub Desktop.
'use strict';
import { name, version } from './package.json';
export default (event, context, callback) => {
callback(null, { name, version, event, context });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment