aws-samples / aws-lambda-extensions

A collection of sample extensions to help you get started with AWS Lambda Extensions
MIT No Attribution
442 stars 145 forks source link

Makefile name incorrect for s3 logs extension #62

Closed dianaalse closed 2 years ago

dianaalse commented 2 years ago

For S3-Logs Extension Demo using .zip archive the makefile name should be corrected to Makefile instead of makefile, otherwise the commmand sam build will fail with error Makefile not found at /../aws-lambda-extensions/s3-logs-extension-demo-zip-archive/extensionssrc/Makefile

julianwood commented 2 years ago

Thanks for spotting. I think this worked previously, A SAM update could have made this more explicit.