Skip to content

Commit 5bbf847

Browse files
lambda deleteFunction
1 parent c4de4fa commit 5bbf847

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/aws/commands.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ const {
8484
GetFunctionCommand,
8585
UpdateFunctionConfigurationCommand,
8686
UpdateFunctionCodeCommand,
87+
DeleteFunctionCommand,
8788
InvokeCommand,
8889
ListVersionsByFunctionCommand,
8990
ListAliasesCommand,
@@ -195,6 +196,7 @@ const COMMAND_MAP = {
195196
getFunction: GetFunctionCommand,
196197
updateFunctionConfiguration: UpdateFunctionConfigurationCommand,
197198
updateFunctionCode: UpdateFunctionCodeCommand,
199+
deleteFunction: DeleteFunctionCommand,
198200
invoke: InvokeCommand,
199201
listVersionsByFunction: ListVersionsByFunctionCommand,
200202
listAliases: ListAliasesCommand,

0 commit comments

Comments
 (0)