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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -