update service list
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 3m32s
All checks were successful
AWS-Zig Build / build-zig-0.11.0-amd64-host (push) Successful in 3m32s
This commit is contained in:
parent
31324c7e83
commit
e46a008bc5
11
README.md
11
README.md
|
@ -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 S3 AND 15 OTHER SERVICES
|
**NOTE: THIS SDK IS CURRENTLY UNUSABLE FOR S3 AND 8 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,17 +91,20 @@ 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 (11 services out of 255 total)
|
Services without TLS 1.3 support (9 services out of 255 total)
|
||||||
---------------------------------------------------------------
|
---------------------------------------------------------------
|
||||||
|
|
||||||
|
The following service list is based on limited testing against us-west-2
|
||||||
|
region. Your mileage may vary, as there are thousands of endpoints against
|
||||||
|
many regions, though it appears the TLS 1.3 rollout is fairly far along at
|
||||||
|
this point, with the real remaining issue for most is in S3.
|
||||||
|
|
||||||
NOTE ON S3: For me, S3 is currently intermittently available using TLS 1.3, so
|
NOTE ON S3: For me, S3 is currently intermittently available using TLS 1.3, so
|
||||||
it appears deployments are in progress.
|
it appears deployments are in progress.
|
||||||
|
|
||||||
```
|
```
|
||||||
cloudsearch
|
cloudsearch
|
||||||
data.iot
|
data.iot
|
||||||
dax
|
|
||||||
elasticache
|
|
||||||
models.lex
|
models.lex
|
||||||
opsworks
|
opsworks
|
||||||
personalize-runtime
|
personalize-runtime
|
||||||
|
|
Loading…
Reference in New Issue
Block a user