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

zio-aws-core-2-12

JSON →
library7.31.52.2javamavenunverified

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.12</artifactId> <version>7.31.52.2</version> </dependency>
INSTALL
IMPORT
SIG · ZIO-AWS-CORE-2-12
Z
zio-aws-core-2-12
cloudjavav7.31.52.2
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.12; 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, _3 for Scala 3).
affects: *
Upgrade
Version history
7.31.52.2latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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