Guest User

Untitled

a guest
Oct 21st, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. 'use strict';
  2.  
  3. const vandium = require( 'vandium' );
  4.  
  5. // environment variables are set at this point since vanidum
  6. // will load them from Parameter Store
  7.  
  8. exports.handler = vandium.scheduled( (event, context ) => {
  9.  
  10. console.log( 'ABC = ', proceass.env.ABC );
  11.  
  12. // do whatever we need to do...
  13. });
Add Comment
Please, Sign In to add comment