aws-samples / aws-service-catalog-tools-workshop

Independent, self paced lab for learning how to install, configure and use the Service Catalog Tools.
Apache License 2.0
16 stars 19 forks source link

Added lambda invocation walkthrough to Everyday Use section #74

Closed toriancrane closed 4 years ago

toriancrane commented 4 years ago

Description of changes:

The section "Invoking a Lambda Function" has been added to the site info providing a step-by-step walkthrough of how to incorporate/execute a lambda invocation in the manifest file. The updates include sample code for a spoke account role that can be assumed by the SC Tools account (in order to invoke the lambda within the spoke account) and a sample lambda function that users can use to test the lambda invocation functionality. The sample lambda creates an IAM Group in the target account(s).

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.