| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.5.13 source code.tar.gz | 2026-05-07 | 1.6 MB | |
| 1.5.13 source code.zip | 2026-05-07 | 2.4 MB | |
| README.md | 2026-05-07 | 3.6 kB | |
| Totals: 3 Items | 4.0 MB | 0 | |
What's Changed
- docs: update secrets manager docs with new handlers by @ericbsantana in https://github.com/floci-io/floci/pull/698
- feat(scheduler): support TagResource, UntagResource, ListTagsForResource by @okinaka in https://github.com/floci-io/floci/pull/700
- feat(sqs,dynamodb): TRACE-level payload logging by @stashev in https://github.com/floci-io/floci/pull/697
- feat(eventbridge): add Archive and Replay support by @hectorvent in https://github.com/floci-io/floci/pull/702
- fix(appconfig): use capital "Tags" body key matching AWS SDK wire format by @okinaka in https://github.com/floci-io/floci/pull/704
- fix(docker): respect DOCKER_HOST env var and handle missing URI scheme by @hectorvent in https://github.com/floci-io/floci/pull/705
- fix(ec2): AssociateRouteTable associationState, RouteTable associatio… by @hectorvent in https://github.com/floci-io/floci/pull/706
- feat(lambda): mount host ~/.aws for real credential discovery by @shazi57 in https://github.com/floci-io/floci/pull/703
- feat(ses): add MAIL FROM domain and identity attribute operations by @okinaka in https://github.com/floci-io/floci/pull/716
- Fix[Eventbridge pipe - SQS] Eventbridge pipe always delivers sqs message to default region by @Arthur-0896 in https://github.com/floci-io/floci/pull/714
- refactor(pipes): remove unused 2-arg invokeSqs overload by @okinaka in https://github.com/floci-io/floci/pull/718
- docs(lambda): update description to clarify Docker container usage by @Romeo-mz in https://github.com/floci-io/floci/pull/720
- fix(eventbridge): support account, region, and nested detail pattern matching by @ctnnguyen in https://github.com/floci-io/floci/pull/725
- fix(sqs): add SenderId and ApproximateFirstReceiveTimestamp to Lambda event records by @ctnnguyen in https://github.com/floci-io/floci/pull/726
- fix(s3): persist x-amz-meta-* metadata from presigned POST uploads by @ctnnguyen in https://github.com/floci-io/floci/pull/727
- fix(ses): align V2 identity error responses with AWS by @okinaka in https://github.com/floci-io/floci/pull/723
- feat(ssm): add Run Command and ec2messages agent protocol by @hectorvent in https://github.com/floci-io/floci/pull/728
- feat(codedeploy): Server platform — on-premises instance management, … by @hectorvent in https://github.com/floci-io/floci/pull/731
- feat(elbv2): ALB Lambda target type by @hectorvent in https://github.com/floci-io/floci/pull/730
- feat(route53): add Route53 management-plane emulation by @hectorvent in https://github.com/floci-io/floci/pull/715
- fix(ec2): prevent SSH port collision on concurrent RunInstances (#721) by @hectorvent in https://github.com/floci-io/floci/pull/733
- feat(backup): AWS Backup management-plane API by @hectorvent in https://github.com/floci-io/floci/pull/734
- fix(s3): use queue ARN region when delivering notifications to SQS by @vonZeppelin in https://github.com/floci-io/floci/pull/735
- feat(transferfamily): adding new service by @hectorvent in https://github.com/floci-io/floci/pull/732
New Contributors
- @ericbsantana made their first contribution in https://github.com/floci-io/floci/pull/698
- @shazi57 made their first contribution in https://github.com/floci-io/floci/pull/703
- @Arthur-0896 made their first contribution in https://github.com/floci-io/floci/pull/714
- @Romeo-mz made their first contribution in https://github.com/floci-io/floci/pull/720
- @vonZeppelin made their first contribution in https://github.com/floci-io/floci/pull/735
Full Changelog: https://github.com/floci-io/floci/compare/1.5.12...1.5.13