Revisions of python-aws-sam-translator
buildservice-autocommit
accepted
request 1222937
from
Dirk Mueller (dirkmueller)
(revision 63)
baserev update by copy to link target
Dirk Mueller (dirkmueller)
committed
(revision 62)
- update to 1.92.0: * fix: Add the property UseAliasAsEventTarget to AWS::Serverless::StateMachine and make associated events use the state machine alias as a target. * chore: Update Runtime to Python3.11 * fix: update cfn-lint versions and match tests * fix: modify error message to show which cors key is invalid * chore(schema): update * chore: Fix Managed Policy ARNs with hardcoded partition in tests * chore: Fix hardcoded endpoint domain in test template * fix: Throw appropriate error message when providing non map * fix: Raise exception when using dynamic reference in CodeUri Uri - use python_expand for fdupes * Resource level attributes support
buildservice-autocommit
accepted
request 1206700
from
Robert Schweikert (rjschwei)
(revision 61)
baserev update by copy to link target
Robert Schweikert (rjschwei)
accepted
request 1205185
from
John Paul Adrian Glaubitz (glaubitz)
(revision 60)
- Update to version 1.91.0 * chore(schema): update by @github-actions in #3626 * fix: add retry for statemachine integ test by @godwingrs22 in #3630 * Release 1.91.0 (to main) by @aaythapa in #3639 - from version 1.90.0 * chore(schema): update by @github-actions in #3589 * Merge main to develop by @aaythapa in #3591 * chore(schema): update by @github-actions in #3592 * Merge main to develop by @godwingrs22 in #3596 * chore(schema): update by @github-actions in #3598 * chore: add missing partition to edge config support by @aaythapa in #3605 * chore: Upgrade ruff to 0.4.5 by @aahung in #3603 * feat: add StepFunctionsCallbackPolicy policy template by @kshyun28 in #3545 * fix: Remove ENI manual deletion by @jfuss in #3613 * fix: AttributeError: module 'pydantic.v1' has no attribute 'error_wrapper' by @shikha372 in #3611 * fix: change endpoint configuration for state machine integ test by @aaythapa in #3614 * fix: prevent redundant tags being added to AWS::ApiGatewayV2::Api by @gracelu0 in #3615 * chore(schema): update by @github-actions in #3616 * Revert "fix: AttributeError: module 'pydantic.v1' has no attribute 'error_wrapper'" by @aaythapa in #3619 * fix: exclude breaking pydantic version by @aaythapa in #3620 * chore(schema): update by @github-actions in #3621 * chore(schema): update by @github-actions in #3623 * chore(schema): update by @github-actions in #3625 * feat: Support KmsKeyArn for Events * Release 1.90.0 (to main) by @paulhcsun in #3637 - Set PYTHONPATH="${PWD}" for invoking testsuite
buildservice-autocommit
accepted
request 1176722
from
Factory Maintainer (factory-maintainer)
(revision 59)
baserev update by copy to link target
Robert Schweikert (rjschwei)
accepted
request 1174845
from
John Paul Adrian Glaubitz (glaubitz)
(revision 58)
- Update to version 1.89.0 * chore(schema): update by @github-actions in #3566 * fix: add error message when JwtConfiguration is not a map by @aaythapa in #3567 * fix: skip tests if Logs resources aren't available by @aaythapa in #3570 * chore(deps-dev): bump black from 23.10.1 to 24.3.0 in /requirements by @dependabot in #3569 * chore: deal with adding new partitions for arn generation by @aaythapa in #3571 * chore(schema): update by @github-actions in #3568 * chore(schema): update by @github-actions in #3572 * fix: add new partition to arn generation by @aaythapa in #3574 * Merge main to develop by @gracelu0 in #3576 * chore(schema): update by @github-actions in #3573 * chore: encrypt SNS and Kinesis resources in integration test templates by @gracelu0 in #3578 * fix: remove unused policies in integ test by @aaythapa in #3582 * fix: move the normalized open api version to feature flag normalized_open_api_version by @xazhao in #3555 * chore(schema): update by @github-actions in #3584 * Revert "fix: remove unused policies in integ test" by @aaythapa in #3585 * chore(schema): update by @github-actions in #3587 * Release 1.89.0 (to main) by @godwingrs22 in #3594 - from version 1.88.0 * Release 1.88.0 (to main) #3588
buildservice-autocommit
accepted
request 1168650
from
Factory Maintainer (factory-maintainer)
(revision 57)
baserev update by copy to link target
Robert Schweikert (rjschwei)
committed
(revision 56)
- Switch to Python 3.11 build in SLE 15 SP4 and openSUSE Leap 15.4 and later (jsc#PCT-371)
buildservice-autocommit
accepted
request 1165557
from
Robert Schweikert (rjschwei)
(revision 55)
baserev update by copy to link target
Robert Schweikert (rjschwei)
accepted
request 1165465
from
John Paul Adrian Glaubitz (glaubitz)
(revision 54)
- Update to 1.87.0 * Merge main to develop by @gracelu0 in #3544 * chore(schema): update by @github-actions in #3546 * fix: normalize the open api version by @xazhao in #3551 * chore(schema): update by @github-actions in #3557 * Merge main to develop by @xazhao in #3562 * chore: add new partition by @aaythapa in #3564 * Revert "fix: normalize the open api version" by @aaythapa in #3565 - from version 1.86.0 * chore: a more polite closed issue message by @kellertk in #3509 * chore: Update managed policies list for more policy support by @GavinZZ in #3510 * chore(schema): update by @github-actions in #3512 * chore: Allow dependabot to upgrade other GHAs by @jfuss in #3513 * chore(deps): bump github/codeql-action from 2 to 3 by @dependabot in #3516 * chore(deps): bump actions/setup-python from 4 to 5 by @dependabot in #3515 * chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #3514 * Merge main to develop by @ssenchenko in #3519 * chore: Fix KeyError when accessing PolicyDocument by @jfuss in #3522 * fix: add check for CodeUri property type by @paulhcsun in #3531 * Use datetime.now(utc) in MetricDatum by @s-t-e-v-e-n-k in #3538 * [chore] switch to timezone.utc instead of utcnow() since the last one is deprecated in Python 12 by @ssenchenko in #3539 * chore(schema): update by @github-actions in #3542 - Drop patches for issues fixed upstream * no-more-utcnow-in-metrics.patch
buildservice-autocommit
accepted
request 1157325
from
Robert Schweikert (rjschwei)
(revision 53)
baserev update by copy to link target
Robert Schweikert (rjschwei)
accepted
request 1155096
from
Markéta Machová (mcalabkova)
(revision 52)
- Update to 1.85.0 * fix: Throw appropriate error message when providing non map route settings by @GavinZZ in #3507 * chore(schema): update by @github-actions in #3508
buildservice-autocommit
accepted
request 1145030
from
Steve Kowalik (StevenK)
(revision 51)
baserev update by copy to link target
Steve Kowalik (StevenK)
committed
(revision 50)
- Update to 1.84.0: * chore(schema): update by @github-actions in #3490 * chore(schema): update by @github-actions in #3492 * chore(schema): update by @github-actions in #3494 * chore(schema): update by @github-actions in #3497 * chore: Less CloudFormation Schema Update PRs by @GavinZZ in #3498 * chore(schema): update by @github-actions in #3499 * chore(schema): update by @github-actions in #3503 * Drop python3.7 support for SAM-T by @xazhao in #3403 * chore(schema): update by @github-actions in #3404 * fix: Raise exception when using dynamic reference in CodeUri Uri format by @GavinZZ in #3405 * chore: Update how we download CFN documentation by @GavinZZ in #3406 * chore(schema): update by @github-actions in #3409 * chore(schema): update by @github-actions in #3413 * chore(schema): update by @github-actions in #3417 * Merge main to develop by @xazhao in #3420 * chore(schema): update by @github-actions in #3424 * [chore]: keep cfn schema used by cfn-lint up-to-date by @ssenchenko in #3425 * adding new appsync props by @ssenchenko in #3423 * chore(schema): update by @github-actions in #3427 * chore(schema): update by @github-actions in #3421 * chore(schema): update by @github-actions in #3428 * fix: Tags with value of False got evaluated to "" by @ConnorRobertson in #3429 * chore(schema): update by @github-actions in #3430 * chore(schema): update by @github-actions in #3441 * fix: Msk Tests Failure due to Missing Permissions by @GavinZZ in #3443 * chore: mq tests using a valid version by @ConnorRobertson in #3442
buildservice-autocommit
accepted
request 1131347
from
Robert Schweikert (rjschwei)
(revision 49)
baserev update by copy to link target
Robert Schweikert (rjschwei)
accepted
request 1131004
from
John Paul Adrian Glaubitz (glaubitz)
(revision 48)
- Update to version 1.81.0 * fix: skip SAR tests if python version > 3.10 by @aaythapa in #3379 * chore(schema): update by @github-actions in #3376 * fix: Set to Py27Dict if components is explicitly set to None by @GavinZZ in #3373 * Fix GitHub Action Issues in Python 3.10 and 3.11 by @GavinZZ in #3380 * Merge main to develop by @aaythapa in #3383 * chore(schema): update by @github-actions in #3384 * feat: appsync datasource to eventbus connector by @paulhcsun in #3311 * chore(schema): update by @github-actions in #3389 * feat: Support Ignore Globals resource attribute by @GavinZZ in #3386 * Merge main to develop by @ConnorRobertson in #3391 * Fix: Raise Error When UpdateReplacePolicy is not correctly defined. by @ConnorRobertson in #3392 * chore(schema): update by @github-actions in #3395 * Add an error when AuthorizationScopes is not used with Authorizer by @xazhao in #3394 * fix: skip statemachine test by @aaythapa in #3397 * fix: LayerVersion cannot be the target of DependsOn due to being hashed during transformation by @ConnorRobertson in #3396 * Release 1.81.0 (to main) by @ConnorRobertson in #3431 * Revert "Release 1.81.0 (to main)" by @ConnorRobertson in #3432 * Revert "Revert "Release 1.81.0 (to main)"" by @GavinZZ in #3437 * fix: Revert the version back to 1.80 by @GavinZZ in #3438 * Release 1.81.0 (to main) by @GavinZZ in #3439 - from version 1.80.0 * Added S3 onFailure destination for MSK and SelfManagedKafka(3b53f8f) * Add support for Advanced logging in SAM(625913c) * chore: bump version to 1.80.0(e2d6f37) * Merge branch 'main' into release-v1.80.0(733a376) * Merge pull request(cb11c8e) #3419 from aws/release-v1.80.0 - from version 1.79.0
buildservice-autocommit
accepted
request 1116046
from
Robert Schweikert (rjschwei)
(revision 47)
baserev update by copy to link target
Robert Schweikert (rjschwei)
accepted
request 1115993
from
John Paul Adrian Glaubitz (glaubitz)
(revision 46)
- Update to version 1.76.0 * chore: Update integration test file to use nodejs18 by @GavinZZ in #3332 * [fix] Auth Override not working with DefinitionBody fix by @paulhcsun in #3328 * fix: Kafka Auth Mechanism "SERVER_ROOT_CA_CERTIFICATE" and other Auth can't be used together by @ConnorRobertson in #3341 * chore(schema): update by @github-actions in #3343 * chore(schema): update by @github-actions in #3344 * Release 1.76.0 (to main) by @GavinZZ in #3359 - from version 1.75.0 * chore: fix authorizers.get() dip by @aaythapa in #3285 * chore: change api key resource's value property by @aaythapa in #3286 * fix: fix integ test by @aaythapa in #3292 * chore(schema): update by @github-actions in #3291 * chore: add support for pydantic 2.x by @yan12125 in #3282 * Merge main to develop by @ssenchenko in #3296 * fix: Add setup and teardown markers to make companion stack by @gracelu0 in #3301 * chore(schema): update by @github-actions in #3298 * [fix]: Add RuleName to EventBridgeRuleEventProperties by @paulhcsun in #3304 * chore: Upgrade ruff/black/mypy and fix violations by @aahung in #3300 * Revert Validator Removal by @awood45 in #3307 * feat: Add TimeoutInMillis Property to API Event Source by @gracelu0 in #3310 * chore(schema): update by @github-actions in #3312 * chore(schema): update by @github-actions in #3314 * fix: Support both 'VPCEndpointIds' and 'VpcEndpointIds' by @GavinZZ in #3315 * fix: Fix availability dip in PropagateTags property by @GavinZZ in #3316 * chore: Remove Validation on DeletionPolicy and UpdateReplacePolicy by @GavinZZ in #3317 * chore: Update docs by @ssenchenko in #3319 * chore: Update Lambda node runtime envs in integ tests by @GavinZZ in #3320 * chore: Update docs (#3322) by @andy2mrqz in #3323 * chore(schema): update by @github-actions in #3324
buildservice-autocommit
accepted
request 1109535
from
Robert Schweikert (rjschwei)
(revision 45)
baserev update by copy to link target
Robert Schweikert (rjschwei)
accepted
request 1109527
from
John Paul Adrian Glaubitz (glaubitz)
(revision 44)
- Update to version 1.74.0 * fix:RuntimeManagementConfig by @ConnorRobertson in #3274 * chore: update schema by @ConnorRobertson in #3276 * Merge main to develop by @ConnorRobertson in #3278 * chore: switch to SimpleTable in gql integ tests by @ssenchenko in #3279 * chore: Update Lambda envs in integ tests by @ssenchenko in #3280 * fix: Fix Propagate Tags when Tags is defined in Globals by @GavinZZ in #3284 * feat: Input transformer for AWS::Serverless::Function.EventBridgeRule by @ConnorRobertson in #3283 * Release 1.74.0 (to main) by @xazhao in #3329 - from version 1.73.0 * chore(schema): update by @github-actions in #3267 * chore(schema): update by @github-actions in #3266 * ci: fail tests on warnings by @hoffa in #3248 * chore(schema): update by @github-actions in #3272 * Release 1.73.0 (to main) by @ssenchenko in #3295 - from version 1.72.0 * Merge main to develop by @GavinZZ in #3226 * fix: read from default boto3 session if present. by @sriram-mv in #3224 * chore(schema): update by @github-actions in #3227 * chore: use auto-generated CFN docs from CDK by @hoffa in #3219 * docs: update schema diagram by @hoffa in #3229 * docs: add schema workflow badge by @hoffa in #3230 * chore: update SAM schema docs by @hoffa in #3232 * chore: remove SAM schema docs automation by @hoffa in #3233 * chore(schema): update by @github-actions in #3234 * docs: update schema diagram by @hoffa in #3235 * chore(schema): update by @github-actions in #3238 * chore(schema): update by @github-actions in #3239 * chore(schema): update by @github-actions in #3241 * Set runtime for resolvers which use generated code by @ssenchenko in #3240 * Merge main to develop by @hoffa in #3243 * chore(schema): update by @github-actions in #3244 * chore(schema): update by @github-actions in #3247 * optional table-arn for ddb datasource by @ssenchenko in #3250 * chore: update managed policies by @hoffa in #3251 * chore(schema): update by @github-actions in #3252 * allow intrinsics for some less important fields by @ssenchenko in #3253 * add "graphqlapi:createdBy": "SAM" tag by @ssenchenko in #3254 * chore(schema): update by @github-actions in #3255 * chore: remove legacy schema validation code by @hoffa in #3257 * chore: json schema docs update by @ssenchenko in #3256 * chore(schema): update by @github-actions in #3259 * Release 1.72.0 (to main) by @ConnorRobertson in #3277 - Drop patch to skip network tests * skip-tests-require-network.patch - Update and Rewrite skip list for failing tests
Displaying revisions 1 - 20 of 63