Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 331 Bytes

acm-aws-demo

A repository containing code for my ACM@UC AWS Tech Talk

Project Structure

This repository contains two separate npm packages.

lambda/

Contains code for AWS Lambda function to resize image to thumbnail.

server/

Contains code for NodeJS & Express web server for API endpoints and server-side logic.