236 Commits

Author SHA1 Message Date
Bert Blommers
f7b8a92212
AWSLambda: Improve docs (#7374) 2024-02-20 22:06:46 -01:00
Michael Krasnyk
a9cec5e780
feat: use AWS Lambda entry point if ImageConfig.EntryPoint is set (#7326) 2024-02-15 19:07:25 -01:00
Bert Blommers
dbd33f9cda
Techdebt: Improve linting (#7332) 2024-02-11 13:47:34 -01:00
Bert Blommers
cab030f4a0
Lambda: Support Kinesis as EventSourceMapping target (#7275) 2024-01-30 19:51:15 -01:00
Bert Blommers
dea4a98b64 Techdebt: Remove old/deprecated code (#7220) 2024-01-27 19:38:09 +00:00
Bert Blommers
1f1e0caca3 Core: Add RequestId-header to all responses (#7210) 2024-01-27 19:38:09 +00:00
Bert Blommers
a7f3b367b4 Introduce mock_aws() (#7194) 2024-01-27 19:38:09 +00:00
Bert Blommers
2fd5e800e4 Remove Python 3.7 support (#7185) 2024-01-27 19:38:09 +00:00
Bert Blommers
57d8f23926
AWSLambda: PackageType now defaults to Zip (#7111) 2023-12-10 19:31:33 -01:00
rafcio19
10f82585e3
Lambda: event invoke config (#7078) 2023-12-01 22:07:52 -01:00
tungol
8a16a6a862
Techdebt: typing for backends (#7069) 2023-12-01 10:51:28 -01:00
tungol
55c589072f
Admin: sorting imports with ruff (#7075) 2023-11-30 14:55:51 -01:00
Bert Blommers
d6377ff905
Techdebt: Improve some type annotations (#7072) 2023-11-28 21:01:56 -01:00
rafcio19
a0876916b9
Lambda: fix no log response bug (#7038) 2023-11-17 15:38:16 -01:00
Bert Blommers
de1c3450b2
Prep release 4.2.8 (#7016) 2023-11-10 21:44:59 -01:00
Matus Faro
d244885dbf
Lambda: allow <fn_name>:<alias_name> (#6977) 2023-11-10 18:13:13 -01:00
Bert Blommers
366a5f594f
AWSLambda: Ensure simple backend does not require docker-module (#7000) 2023-11-07 21:48:26 -01:00
Matus Faro
e57aa67239
Lambda: Allow Qualifier on get policy call (#6995) 2023-11-06 22:54:23 -01:00
rafcio19
87f816f24f
Lambda: simple lambda (#6969) 2023-11-04 09:37:11 -01:00
Bert Blommers
1f51c2f766
AWSLambda: publish_layer_version() should always set the code_sha_256 attr (#6920) 2023-10-16 08:46:13 +00:00
Bert Blommers
438b2b7843
Feature: Proxy (#6848) 2023-09-27 18:34:30 +00:00
Bert Blommers
60fd1a5cf2
Techdebt: Improve date handling across Moto (#6803) 2023-09-11 22:23:44 +00:00
Bert Blommers
bf9bbcc506
AWSLambda: Layers are now loaded onto the Docker image (#6772) 2023-09-05 17:31:13 +00:00
Bert Blommers
97c2175f15
AWSLambda: Stream function-contents into container (#6769) 2023-09-04 21:24:39 +00:00
Daniel Fangl
de44a85ed2
Fix usage of a single object instances for multiple concurrent requests (#6746) 2023-08-31 16:32:02 +00:00
Bert Blommers
8aafbdb58f
Techdebt: Streamline AWSLambda/Docker tests (#6735) 2023-08-31 06:47:49 +00:00
Bert Blommers
956dd265f0
Logs: Tagging support (#6734) 2023-08-27 18:14:51 +00:00
Bert Blommers
bc29ae2fc3
Techdebt: Update TF tests (#6661) 2023-08-21 20:33:16 +00:00
Scott Bailey
b71723b99a
awslambda: create_function() should fail on duplicate (#6626) 2023-08-15 21:24:01 +00:00
Scott Bailey
824f22a794
AWSLambda: enforce concurrency quota in put_function_concurrency() (#6628) 2023-08-15 16:43:40 +00:00
Scott Bailey
2b0d6ee0dc
Add ECR support to lambda update_function_code() (#6586) 2023-08-08 10:11:24 +00:00
Scott Bailey
80f6cd78d1
AWSLambda: Don't report undefined working directory (#6585) 2023-08-01 21:42:12 +00:00
Bert Blommers
e26cfe7dc6
Techdebt: MyPy: Remove unused ignores (#6542) 2023-07-20 15:46:54 +00:00
rafcio19
5f1ccb298e
Lambda: additional optional fields (#6483) 2023-07-06 16:45:29 +00:00
Oliver Bell
bf3c9768b2
Lambda: create list_aliases functionality (#6455) 2023-07-01 10:32:33 +00:00
Bert Blommers
932b7a25d6
Lambda: delete_layer_version() now also accepts an ARN (#6409) 2023-06-15 11:05:06 +00:00
Bert Blommers
90d67db6ea
AWSLambda: Do not keep downloading Docker images (#6207) 2023-04-13 09:25:47 +00:00
Bert Blommers
851f0c1181
AWSLambda: Ability to customize Dockers' data dir (#6084) 2023-03-18 09:35:48 -01:00
Hans Donner
18ec0c5467
Techdebt: skip tests when docker is not running (#6026) 2023-03-12 15:54:50 -01:00
Bert Blommers
c5a91e6cc6
Lambda+SQS: Allow FIFO queues to be used as event sources (#5998) 2023-03-01 14:03:20 -01:00
Samir.h
95eda0a346
AWSLambda: fixed create_function() return wrong LastModified date format (#5921) 2023-02-12 21:27:45 -01:00
Bert Blommers
c1d85a005d
AWSLambda: Try to pull images from multiple repositories (#5895) 2023-02-02 11:56:50 -01:00
Brendan Keane
2cf770f697
ECR Manifest List Support (#5753) 2022-12-16 17:22:43 -01:00
Bert Blommers
d359b5d074
AWSLambda: Only publish functions when source has changed (#5734) 2022-12-05 09:31:20 -01:00
Bert Blommers
b4f0fb7137
Prepare release 4.0.11 (#5724) 2022-11-30 20:09:37 -01:00
Brendan Keane
3d95ac0978
AWSlambda: Let create_function reference ECR via ImageUri (#5688) 2022-11-23 12:16:33 -01:00
Bert Blommers
00c0a66d1c
AWSLambda: Modify LastModified-date to correct format (#5702) 2022-11-23 09:58:34 -01:00
Bert Blommers
b0b943949d
Techdebt: Replace string-format with f-strings (for a* dirs) (#5661) 2022-11-12 12:32:07 -01:00
Bert Blommers
ea8718d402
TechDebt: Move BackendDict to base_backend (#5645) 2022-11-10 08:43:20 -01:00
Bert Blommers
a370362143
AWSLambda - Do not pickle reproducible Docker-client (#5615) 2022-10-29 13:26:19 +00:00