by Go This CLI is auto generated from the AWS SDK Go v2 service client. Motivation While the AWS CLI is very useful, it can be resource intensive to boot up. awslim offers a simpler and faster alternative for limited use cases.
AWSLIM_GEN=ecs ghcr.io/fujiwara/awslim:builder ... Completed. Please extract /app/awslim from this container! For example, run the following command: docker cp $(docker ps -lq):/app/awslim . マルチステージでも FROM ghcr.io/fujiwara/awslim:builder AS builder ENV AWSLIM_GEN=ecs,firehose,s3 ENV GIT_REF=v0.3.0 RUN ./build-in-docker.sh FROM debian:bookworm-slim COPY --from=builder /app/awslim /usr/local/bin/awslim