InitiateLayerUpload
Source:
src/AWS/ECRPublic/InitiateLayerUpload.ts
Runtime binding for ecr-public:InitiateLayerUpload.
Starts an image layer upload to the bound PublicRepository,
returning the uploadId used by UploadLayerPart and
CompleteLayerUpload. Provide the implementation with
Effect.provide(AWS.ECRPublic.InitiateLayerUploadHttp).
Pushing Images
Section titled “Pushing Images”// initconst initiateLayerUpload = yield* AWS.ECRPublic.InitiateLayerUpload(repository);
// runtimeconst { uploadId } = yield* initiateLayerUpload();