How do you implement bower in AWS Lambda? -
total noob here.
how implement bower in aws lambda? i'm trying have aws lambda run bower install
i'm not sure how upload bower aws lambda. have tried googling tutorials , pre built lambda functions , have not found related bower.
you have deploy package either s3 or lambda dependencies packaged together. cannot install dependencies lambda itself. here link might if want deploy machine lambda using npm: https://medium.com/@slyfirefox/micro-services-with-aws-lambda-and-api-gateway-part-1-f11aaaa5bdef#.6bk44snwm.
Comments
Post a Comment