Update working fine but what about 1st time deployment.
COMMAND: 'update' giving error : Function not found.
Also while updating FUNCTION_CONFIGURATION: 'function-configuration.json'
with hander, description etc update not working.
Hi @Himanshu Thawait ,
Thank you for your question!
It would be nice if you provide us with more details, pipeline configuration and logs about this case to help you.
Cheers,
Oleksandr Kyrdan
just share me sample code to create NEW Lambda NOT update existing one
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok, it's good to use AWS Serverless Application Model (AWS SAM) to init lambda.
Just init sam app:
sam init
also, available options:
-r, --runtime [python2.7 | ruby2.5 | ruby2.7 | java8 | python3.7 | dotnetcore2.0 | nodejs10.x | nodejs12.x | nodejs14.x | dotnetcore2.1 | dotnetcore1.0 | python3.6 | go1.x]
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So it mean creation of lambda function not support in "atlassian/aws-lambda-deploy:0.2.1" ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yep, pipes automate routine repetitive tasks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Himanshu Thawait to create lambda function, it is not that pipe, for examples check out readme of aws-sam-deploy pipe https://bitbucket.org/atlassian/aws-sam-deploy/src/master/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.