-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Lambda provider parity #7165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Lambda provider parity #7165
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 tasks
2813e32
to
31f7815
Compare
618ebe4
to
d290cfe
Compare
8451bd0
to
c012a0b
Compare
dd41102
to
c01e483
Compare
dominikschubert
commented
Nov 29, 2022
dominikschubert
commented
Nov 29, 2022
This reverts commit d41e88a.
5ff9e19
to
30774b3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When this PR is green the new provider can be assumed to cover the same features as the old one for all community features.
Note: The changes to the CI will be reverted and moved into #6724 . They are just needed to execute all tests in the context of the new ASF provider instead of just selected ones like we currently do in master. => circle CI config does not need to be reviewed
List of fixed tests
test_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_1
==> skipped for now since they need a reworktest_secretsmanager.py::TestSecretsManager::test_rotate_secret_with_lambda_2
==> skipped for now since they need a reworktests/integration/test_stepfunctions.py::test_aws_sdk_task
test_apigateway.py::TestAPIGateway::test_api_gateway_lambda_proxy_integration_any_method_with_path_param
test_apigateway.py::TestAPIGateway::test_apigateway_with_lambda_integration
test_apigateway.py::TestAPIGateway::test_apigateway_with_custom_authorization_method
test_apigateway.py::TestAPIGateway::test_step_function_integrations
test_events.py::TestEvents::test_put_events_with_target_lambda
test_logs.py::TestCloudWatchLogs::test_put_subscription_filter_lambda
test_lambda_common.py::TestLambdaRuntimesCommon
(java, dotnet, go, provided rust) ==> fixed by pre-building before running the teststest_serverless.py::TestServerless::test_dynamodb_stream_handler_deployed
test_serverless.py::TestServerless::test_kinesis_stream_handler_deployed
test_serverless.py::TestServerless::test_queue_handler_deployed
test_sam.py::test_sam_template
test_security.py::TestCSRF::test_disable_cors_checks
test_lambda_legacy.py
test_lambda_whitebox.py
test_stepfunctions.py::test_nested_statemachine_with_sync2
test_docker.py::TestDockerClient
==> failing in the following constellation: docker socket available but docker client is not availabletest_lambda_destinations.py::TestLambdaDLQ::test_dead_letter_queue
test_dynamodb.py::TestDynamoDB::test_dynamodb_stream_to_lambda
testutil.create_lambda_function
is usedOther non-test-fix changes:
AWS::Lambda::Function
waits for the function to be active before finishing the createaws-sdk
generic stepfunctions task with the new Lambda provider.To be done in a follow-up: