HiveBrain v1.2.0
Get Started
← Back to all entries
snippetMinor

How do I upload my zipped lambda code into AWS Lambda?

Submitted by: @import:stackexchange-devops··
0
Viewed 0 times
uploadintoawshowcodezippedlambda

Problem

So I've read through the docs at: https://docs.aws.amazon.com/lambda/latest/dg/lambda-python-how-to-create-deployment-package.html

I've created the zip file, how / where do I actually upload / publish this zip file into AWS?

Solution

It's kind of hidden away and not very intuitive.

Within the AWS Lamba admin: Create Function > Author from Scratch.
Within the Code entry type dropdown there is a Upload a .ZIP file option.

Context

StackExchange DevOps Q#3100, answer score: 9

Revisions (0)

No revisions yet.