What floci-io/floci shipped
Generated by FoxPlug from public activity — not affiliated with Floci.
Week of September 14, 2026
What shipped
- SageMaker training jobs now respect GPU instance types like ml.g5.xlarge instead of running on CPU. Pull request #4015
- EKS Pod Identity association management lets you map Kubernetes namespaces and service accounts to IAM roles. Pull request #4012
- Glue catalog resource policy and Data Catalog encryption settings are now supported. Pull request #4027
- Glue Data Catalog connections API is implemented with create, get, update, delete and test operations. Pull request #3939
- EventBridge can now route events to Step Functions state machines as direct targets. Pull request #4006
- Cognito USER_AUTH flow lets users choose between password, password SRP, email OTP or SMS OTP authentication. Pull request #3930
- Glue crawler classifiers for Grok, XML, JSON and CSV formats are now available. Pull request #3985
- Redshift supports S3 COPY with JSON format and manifest files, plus DynamoDB zero-ETL backfill. Pull request #3889
- AWS Batch CancelJob and TerminateJob operations stop containers and manage job lifecycle state correctly. Pull request #3922
- IAM and STS now use cryptographic random generation for access key secrets, session secrets, tokens and KMS grant tokens. Pull request #3960
Why it matters
This week brought significant AWS service coverage expansions—Glue catalogs and classifiers, EKS Pod Identity, SageMaker GPU support, EventBridge-to-Step-Functions integration, and Redshift JSON copying—alongside critical security fixes for credential generation and important lifecycle fixes for Cognito, Batch and other services. The work spans multiple AWS services with both new capabilities and correctness improvements.
Changelog entry
- feat(sagemaker): support GPU-backed training jobs Pull request #4015
- feat(eks): implement pod identity association management Pull request #4012
- feat(glue): catalog resource policy and Data Catalog encryption settings Pull request #4027
- fix(cognito): accept USER_SRP_AUTH in AdminInitiateAuth Pull request #3973
- fix(cognito): omit AvailableChallenges from RespondToAuthChallenge responses Pull request #4025
- fix(iam): use SecureRandom for secret credentials and tokens Pull request #3960
- fix(eks): store and return encryptionConfig and logging on clusters Pull request #4007
- feat(glue): Data Catalog connections Pull request #3939
- feat(eventbridge): start Step Functions targets Pull request #4006
- feat(cognito): support the USER_AUTH choice-based auth flow Pull request #3930
- fix(dynamodb): enforce the 400KB item limit on every update surface Pull request #3991
- feat(glue): add crawler classifier APIs Pull request #3985
- feat(redshift): support S3 COPY JSON and manifest, and DynamoDB zero-ETL backfill Pull request #3889
- feat(batch): support canceling and terminating jobs Pull request #3922
- fix(kms): match the AWS error codes, messages and check order Pull request #3968
This week: SageMaker GPU support, EKS Pod Identity, Glue catalog/classifiers, EventBridge→StepFunctions, Redshift JSON COPY, Cognito USER_AUTH, Batch job control, plus cryptographic credential generation and dozens of correctness fixes.
This week's Floci updates span AWS service expansion and critical fixes. New: SageMaker GPU-backed training, EKS Pod Identity associations, Glue catalog policies and classifiers, EventBridge-to-StepFunctions routing, Redshift JSON/manifest COPY, Cognito USER_AUTH flow, Batch job cancellation. Security: switched credential generation to cryptographic randomness. Correctness: fixed Cognito auth flows, DynamoDB item limits, KMS error codes, CloudFormation lifecycle, ECS request handling, and dozens more.