AWS Lambda build is not working and handler.zip is empty
Opened this issue · 0 comments
I am getting below error while trying to build aws lambda. Followed the steps from https://tibcosoftware.github.io/flogo/faas/how-to/
Tried few things. I am using same example given on https://tibcosoftware.github.io/flogo/faas/how-to/
D:\Flogo\app\myapp2>flogo build -e --shim aws_lambda_trigger --verbose
Embedding configuration in application...
Creating shim support files...
Preparing shim...
Using build.go to build shim......
Running build script for the Lambda trigger
Cleaning up previous executables
Building a new handler file
go: main: package github.com/aws/aws-lambda-go/lambda imported from implicitly required module; to add missing requirements, run:
go get github.com/aws/aws-lambda-go/lambda@v1.10.0
exit status 1Zipping the new handler file
Failed to compress file: open D:\Flogo\app\myapp2\src\handler: The system cannot find the file specified.Cleaning up shim support files...