update service list
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 4m21s

This commit is contained in:
Emil Lerch 2024-02-16 08:35:24 -08:00
parent 69da301de2
commit 7e3796d416
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -3,7 +3,7 @@ AWS SDK for Zig
[![Build Status](https://actions-status.lerch.org/lobo/aws-sdk-for-zig/build)](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=build.yaml&state=closed) [![Build Status](https://actions-status.lerch.org/lobo/aws-sdk-for-zig/build)](https://git.lerch.org/lobo/aws-sdk-for-zig/actions?workflow=build.yaml&state=closed)
**NOTE: THIS SDK IS CURRENTLY UNUSABLE FOR SEVERAL IMPORTANT AWS SERVICES **NOTE: THIS SDK IS CURRENTLY UNUSABLE FOR S3 AND 15 OTHER SERVICES
WITHOUT A PROXY. SEE LIMITATIONS SECTION BELOW** WITHOUT A PROXY. SEE LIMITATIONS SECTION BELOW**
Current executable size for the demo is 980k after compiling with -Doptimize=ReleaseSmall Current executable size for the demo is 980k after compiling with -Doptimize=ReleaseSmall
@ -91,37 +91,28 @@ Compiler wishlist/watchlist:
* [comptime allocations](https://github.com/ziglang/zig/issues/1291) so we can read files, etc (or is there another way) * [comptime allocations](https://github.com/ziglang/zig/issues/1291) so we can read files, etc (or is there another way)
Services without TLS 1.3 support (25 services out of 255 total) Services without TLS 1.3 support (16 services out of 255 total)
--------------------------------------------------------------- ---------------------------------------------------------------
NOTE THAT S3, Lambda, DynamoDB, SNS, SQS are all part of this list!! NOTE THAT S3 is part of this list!!
``` ```
cloudsearch cloudsearch
codestar codestar
cognito-idp
data.iot data.iot
data.jobs.iot data.jobs.iot
dax dax
dynamodb
elasticache elasticache
elasticbeanstalk
ingest.timestream
kinesis kinesis
kinesisvideo kinesisvideo
lambda
models.lex models.lex
opsworks opsworks
personalize-runtime personalize-runtime
query.timestream
runtime.lex runtime.lex
runtime-v2-lex runtime-v2-lex
s3 s3
sns
sqs
streams.dynamodb streams.dynamodb
support support
wafv2
``` ```
Dependency tree Dependency tree