How to use the ECR function from aws-sdk
Find comprehensive JavaScript aws-sdk.ECR code examples handpicked from public code repositorys.
47 48 49 50 51 52 53 54 55 56
}); } } async function getEcrAuthTokenWrapper(authTokenRequest) { const ecr = new aws.ECR({ customUserAgent: ECR_LOGIN_GITHUB_ACTION_USER_AGENT }); const authTokenResponse = await ecr.getAuthorizationToken(authTokenRequest).promise(); if (!authTokenResponse) {
161
714
23
aws-sdk.S3 is the most popular function in aws-sdk (7245 examples)