I was asked to help create AWS Lambda layers because a customer wasn't sure how the folder structure works. For example, this is a helper file named helpers.js. 'use strict'; const log = async (func, msg) => { console.log(func, msg); }; const is_...
schiffheimlich.hashnode.dev1 min read
No responses yet.