Interesting Experiments
After performing the following interesting experiments, you will have a firm grasp of the material covered in this lesson!
-
Try adding a development dependency to a Lambda function, for example, a unit testing library, and check whether it is packaged with your function by
sam build
. -
Try configuring a non-existent dependency directly in
package.json
for one of your functions, and check howsam build
handles the error. -
Try creating a different function that will automatically be executed from the dead letter queue SNS notification.
-
Try configuring the supported file types in the application template and passing the file types to the conversion function as a parameter.
Get hands-on with 1400+ tech skills courses.