Envek / aws-sam-typescript-layers-example

Example project for developing AWS Lambda functions on TypeScript with all goodies: local development, tests, debugging, shared layers (3rd party and your own), and deploy.

Home Page:https://evilmartians.com/chronicles/serverless-typescript-a-complete-setup-for-aws-sam-lambda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: CustomMakeBuilder:MakeBuild on a MacOS 12.1

yairvillarp opened this issue · comments

Hey im getting this error, and i cant seem to be able to fix it.
i just downloaded the repo and tryed to compile but i get this error.

Building codeuri: /Users/xxx/www/homelytics/realocity runtime: nodejs14.x metadata: {'BuildMethod': 'makefile'} architecture: x86_64 functions: ['Index']
Running CustomMakeBuilder:CopySource
Running CustomMakeBuilder:MakeBuild
Current Artifacts Directory : /Users/xxx/www/homelytics/realocity/.aws-sam/build/Index

Build Failed
Error: CustomMakeBuilder:MakeBuild - Make Failed: make: *** No rule to make target `build-Index'. Stop.

No rule to make target 'build-Index'

Well, that's true, there is no such target in Makefile.

Are you sure that you didn't make any changes after cloning this repo?

Maybe something in AWS SAM CLI have changed, try to search in their issues.