January 2019
Intermediate to advanced
690 pages
16h
English
As you may be well aware of, AWS provides a rich and easy to use CLI as well for managing your cloud resources. In this section, we will be using the AWS CLI to create, package, and invoke a simple Lambda function:
console.log('Loading function'); exports.handler = function(event, context) { var date ...Read now
Unlock full access