Skip to content

Instantly share code, notes, and snippets.

View ssheff's full-sized avatar
🎯
Focusing

Sergiy Shevchenko ssheff

🎯
Focusing
  • AWS
  • Boston
View GitHub Profile
lambda function
----
exports.handler = async (event) => {
console.log(event)
const customerId = event.pathParameters.customerId;
const customer = {'customerId': customerId, 'customerName': "Customer " + customerId };
const response = {
statusCode: 200,
// Uncomment below to enable CORS requests
headers: {
@ssheff
ssheff / Readme.md
Created November 17, 2023 19:17 — forked from allamand/Readme.md
Copy Docker Images to ECR