Skip to content

Commit

Permalink
10363: Add console.logs;
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cruz committed Oct 16, 2024
1 parent 99aaf9b commit baa1ddf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,13 +233,15 @@ export async function app({
wsClient,
});

console.log('Fetching Signed URL');
const command = new GetObjectCommand({
Bucket: ZIP_TEMP_S3_BUCKET,
Key: UNIQUE_ZIP_NAME,
});

const url = await getSignedUrl(zipStorageClient, command, { expiresIn: 120 });

console.log('Sending link to user');
const WS_MESSAGE = new PostToConnectionCommand({
ConnectionId: connectionId,
Data: JSON.stringify({
Expand Down

0 comments on commit baa1ddf

Please sign in to comment.