Registry / cloud / zio-aws-core-3

zio-aws-core-3

JSON →
library7.42.18.1javamavenunverified

Low-level AWS SDK wrapper for ZIO, providing functional effect-based access to AWS services.

<dependency> <groupId>dev.zio</groupId> <artifactId>zio-aws-core_3</artifactId> <version>7.42.18.1</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-AWS-CORE-3
Z
zio-aws-core-3
cloudjavav7.42.18.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AwsClient
zio.aws.core.AwsClient

Creates a ZIO AWS client instance.

import zio.aws.core.AwsClient; import zio.Unsafe; public class Main { public static void main(String[] args) { Unsafe.unsafe(unsafe -> { AwsClient client = AwsClient.custom().build(); System.out.println("Client created: " + client); }); } }
Debug
Known issues
breakingThis artifact is for Scala 3; using with other Scala versions may cause binary incompatibility.
fix
Use the correct artifact for your Scala version (e.g., _2.13 for Scala 2.13, _2.12 for Scala 2.12).
affects: *
Upgrade
Version history
7.42.18.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
36
Resources
zio-aws-core-3 — mvn dependency:get zio-aws-core-3 · libregistry