Registry / cloud / zio-aws-core-2-13

zio-aws-core-2-13

JSON →
library7.42.40.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_2.13</artifactId> <version>7.42.40.1</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-AWS-CORE-2-13
Z
zio-aws-core-2-13
cloudjavav7.42.40.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 2.13; using with other Scala versions may cause binary incompatibility.
fix
Use the correct artifact for your Scala version (e.g., _3 for Scala 3, _2.12 for Scala 2.12).
affects: *
Upgrade
Version history
7.42.40.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
26
Resources
zio-aws-core-2-13 — mvn dependency:get zio-aws-core-2-13 · libregistry