You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.