Difference between revisions of "Aws lambda"
Jump to navigation
Jump to search
(17 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lowercase}} | |
+ | https://docs.aws.amazon.com/cli/latest/reference/lambda/index.html | ||
− | {{aws lambda}} | + | [[Functions]]: |
+ | * <code>[[aws lambda list-functions]]</code> | ||
+ | * <code>[[aws lambda create-function]]</code> | ||
+ | * <code>[[aws lambda delete-function]]</code> | ||
+ | * <code>[[aws lambda update-function-code]]</code> | ||
+ | |||
+ | Permissions: | ||
+ | * <code>[[aws lambda add-permission]]</code> | ||
+ | * <code>[[aws lambda remove-permission]]</code> | ||
+ | |||
+ | * [[aws lambda create-alias]] | ||
+ | |||
+ | == All commands == | ||
+ | |||
+ | add-layer-version-permission | ||
+ | [[add-permission]] | ||
+ | [[create-alias]] | ||
+ | create-code-signing-config | ||
+ | create-event-source-mapping | ||
+ | create-function | ||
+ | delete-alias | ||
+ | <pre> | ||
+ | delete-code-signing-config | ||
+ | delete-event-source-mapping | ||
+ | delete-function | ||
+ | delete-function-code-signing-config | ||
+ | delete-function-concurrency | ||
+ | delete-function-event-invoke-config | ||
+ | delete-layer-version | ||
+ | delete-provisioned-concurrency-config | ||
+ | get-account-settings | ||
+ | get-alias | ||
+ | get-code-signing-config | ||
+ | get-event-source-mapping | ||
+ | get-function | ||
+ | get-function-code-signing-config | ||
+ | get-function-concurrency | ||
+ | get-function-configuration | ||
+ | get-function-event-invoke-config | ||
+ | get-layer-version | ||
+ | get-layer-version-by-arn | ||
+ | get-layer-version-policy | ||
+ | get-policy | ||
+ | get-provisioned-concurrency-config | ||
+ | invoke | ||
+ | list-aliases | ||
+ | list-code-signing-configs | ||
+ | list-event-source-mappings | ||
+ | list-function-event-invoke-configs | ||
+ | list-functions | ||
+ | list-functions-by-code-signing-config | ||
+ | list-layer-versions | ||
+ | list-layers | ||
+ | list-provisioned-concurrency-configs | ||
+ | list-tags | ||
+ | list-versions-by-function | ||
+ | publish-layer-version | ||
+ | publish-version | ||
+ | put-function-code-signing-config | ||
+ | put-function-concurrency | ||
+ | put-function-event-invoke-config | ||
+ | put-provisioned-concurrency-config | ||
+ | remove-layer-version-permission | ||
+ | remove-permission | ||
+ | tag-resource | ||
+ | untag-resource | ||
+ | update-alias | ||
+ | update-code-signing-config | ||
+ | update-event-source-mapping | ||
+ | update-function-code | ||
+ | update-function-configuration | ||
+ | update-function-event-invoke-config | ||
+ | wait | ||
+ | </pre> | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[AWS::Lambda]]</code> | ||
+ | * [[Terraform resource: aws lambda function]] | ||
+ | |||
+ | == See also == | ||
+ | * {{aws lambda}} | ||
+ | |||
+ | [[Category:AWS]] |
Latest revision as of 15:01, 23 July 2024
https://docs.aws.amazon.com/cli/latest/reference/lambda/index.html
aws lambda list-functions
aws lambda create-function
aws lambda delete-function
aws lambda update-function-code
Permissions:
All commands[edit]
add-layer-version-permission add-permission create-alias create-code-signing-config create-event-source-mapping create-function delete-alias
delete-code-signing-config delete-event-source-mapping delete-function delete-function-code-signing-config delete-function-concurrency delete-function-event-invoke-config delete-layer-version delete-provisioned-concurrency-config get-account-settings get-alias get-code-signing-config get-event-source-mapping get-function get-function-code-signing-config get-function-concurrency get-function-configuration get-function-event-invoke-config get-layer-version get-layer-version-by-arn get-layer-version-policy get-policy get-provisioned-concurrency-config invoke list-aliases list-code-signing-configs list-event-source-mappings list-function-event-invoke-configs list-functions list-functions-by-code-signing-config list-layer-versions list-layers list-provisioned-concurrency-configs list-tags list-versions-by-function publish-layer-version publish-version put-function-code-signing-config put-function-concurrency put-function-event-invoke-config put-provisioned-concurrency-config remove-layer-version-permission remove-permission tag-resource untag-resource update-alias update-code-signing-config update-event-source-mapping update-function-code update-function-configuration update-function-event-invoke-config wait
Related[edit]
See also[edit]
Advertising: