| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
| Modifier and Type | Class and Description |
|---|---|
class |
InlineJavaScriptFunction
A lambda function with inline node.js code.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssetCode.bind(Function lambda)
Called when the lambda is initialized to allow this object to
bind to the stack, add resources and have fun.
|
void |
Code.bind(Function _lambda)
Called when the lambda is initialized to allow this object to
bind to the stack, add resources and have fun.
|
void |
InlineCode.bind(Function lambda)
Called when the lambda is initialized to allow this object to
bind to the stack, add resources and have fun.
|
Copyright © 2018. All rights reserved.