89 lines
2.1 KiB
ReStructuredText
89 lines
2.1 KiB
ReStructuredText
.. _implementedservice_lambda:
|
|
|
|
.. |start-h3| raw:: html
|
|
|
|
<h3>
|
|
|
|
.. |end-h3| raw:: html
|
|
|
|
</h3>
|
|
|
|
======
|
|
lambda
|
|
======
|
|
|
|
.. autoclass:: moto.awslambda.models.LambdaBackend
|
|
|
|
|start-h3| Example usage |end-h3|
|
|
|
|
.. sourcecode:: python
|
|
|
|
@mock_lambda
|
|
def test_lambda_behaviour:
|
|
boto3.client("lambda")
|
|
...
|
|
|
|
|
|
|
|
|start-h3| Implemented features for this service |end-h3|
|
|
|
|
- [ ] add_layer_version_permission
|
|
- [X] add_permission
|
|
- [ ] create_alias
|
|
- [ ] create_code_signing_config
|
|
- [X] create_event_source_mapping
|
|
- [X] create_function
|
|
- [ ] delete_alias
|
|
- [ ] delete_code_signing_config
|
|
- [X] delete_event_source_mapping
|
|
- [X] delete_function
|
|
- [ ] delete_function_code_signing_config
|
|
- [X] delete_function_concurrency
|
|
- [ ] delete_function_event_invoke_config
|
|
- [ ] delete_layer_version
|
|
- [ ] delete_provisioned_concurrency_config
|
|
- [ ] get_account_settings
|
|
- [ ] get_alias
|
|
- [X] get_code_signing_config
|
|
- [X] get_event_source_mapping
|
|
- [X] get_function
|
|
- [ ] get_function_code_signing_config
|
|
- [X] get_function_concurrency
|
|
- [ ] get_function_configuration
|
|
- [ ] get_function_event_invoke_config
|
|
- [ ] get_layer_version
|
|
- [ ] get_layer_version_by_arn
|
|
- [ ] get_layer_version_policy
|
|
- [X] get_policy
|
|
- [ ] get_provisioned_concurrency_config
|
|
- [X] invoke
|
|
- [ ] invoke_async
|
|
- [ ] list_aliases
|
|
- [ ] list_code_signing_configs
|
|
- [X] list_event_source_mappings
|
|
- [ ] list_function_event_invoke_configs
|
|
- [X] list_functions
|
|
- [ ] list_functions_by_code_signing_config
|
|
- [ ] list_layer_versions
|
|
- [X] list_layers
|
|
- [ ] list_provisioned_concurrency_configs
|
|
- [X] list_tags
|
|
- [X] list_versions_by_function
|
|
- [X] publish_layer_version
|
|
- [ ] publish_version
|
|
- [ ] put_function_code_signing_config
|
|
- [X] put_function_concurrency
|
|
- [ ] put_function_event_invoke_config
|
|
- [ ] put_provisioned_concurrency_config
|
|
- [ ] remove_layer_version_permission
|
|
- [X] remove_permission
|
|
- [X] tag_resource
|
|
- [X] untag_resource
|
|
- [ ] update_alias
|
|
- [ ] update_code_signing_config
|
|
- [X] update_event_source_mapping
|
|
- [X] update_function_code
|
|
- [X] update_function_configuration
|
|
- [ ] update_function_event_invoke_config
|
|
|