We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4de4fa commit 5bbf847Copy full SHA for 5bbf847
lib/aws/commands.js
@@ -84,6 +84,7 @@ const {
84
GetFunctionCommand,
85
UpdateFunctionConfigurationCommand,
86
UpdateFunctionCodeCommand,
87
+ DeleteFunctionCommand,
88
InvokeCommand,
89
ListVersionsByFunctionCommand,
90
ListAliasesCommand,
@@ -195,6 +196,7 @@ const COMMAND_MAP = {
195
196
getFunction: GetFunctionCommand,
197
updateFunctionConfiguration: UpdateFunctionConfigurationCommand,
198
updateFunctionCode: UpdateFunctionCodeCommand,
199
+ deleteFunction: DeleteFunctionCommand,
200
invoke: InvokeCommand,
201
listVersionsByFunction: ListVersionsByFunctionCommand,
202
listAliases: ListAliasesCommand,
0 commit comments