What's Changed
- fix(docker): replace bash /dev/tcp HEALTHCHECK with busybox wget for Alpine runtime by @okinaka in #625
- feat(lambda): support ImageConfig Command and EntryPoint for Image by @yorigcs in #630
- feat(ses): add ConfigurationSet CRUD on v1 Query and v2 REST JSON by @okinaka in #631
- feat(cloudformation): provision AWS::Pipes::Pipe resources by @ctnnguyen in #634
- fix(pipes): resolve InputTemplate paths through JSON-encoded string fields by @ctnnguyen in #635
- chore: adding awslocal script for easy development/testing by @hectorvent in #638
- fix(dynamodb): fix GSI query pagination infinite loop when items shar… by @hectorvent in #637
- fix(cloudformation): wrap ZipFile inline source in zip archive before passing to Lambda by @hectorvent in #639
- feat(cognito): include all standard attributes in DescribeUserPool Schema by @yorigcs in #642
- fix(lambda): inject log group/stream and Floci endpoint env vars into Lambda containers by @hectorvent in #640
- fix(cloudformation): resolve CDK path-style S3 TemplateURL against local S3 by @hectorvent in #641
- fix(eks): use named Docker volume for k3s data directory by @hectorvent in #643
- fix(apigateway): support custom_id tag on create-rest-api by @hectorvent in #644
- feat(ses): add SendBulkEmail (v2) and SendBulkTemplatedEmail (v1) by @okinaka in #645
- Cognito Custom Auth Flow integration including Lambda triggers by @AbhigyaKrishna in #646
- feat(codebuild,codedeploy): Implementing real build in docker phase2 by @hectorvent in #649
- feat(iam): add 23 AWS managed ExecutionRole policies (#614) by @hectorvent in #650
- fix(apigateway): implement GET deployment by @rhrlima in #652
- fix(athena): Connect to floci-duck container via IP not via DNS by @cfranzen in #648
- feat(dynamodb): implement ExportTableToPointInTime, DescribeExport, a… by @hectorvent in #653
- feat(cloudformation): support AWS::Lambda::EventSourceMapping resource type by @hectorvent in #654
New Contributors
- @yorigcs made their first contribution in #630
- @AbhigyaKrishna made their first contribution in #646
Full Changelog: 1.5.9...1.5.10