aws-samples / lambda-refarch-mobilebackend

Serverless Reference Architecture for creating a Mobile Backend
Apache License 2.0
587 stars 113 forks source link

Step 4 – Upload a .zip file of each lambda function to Amazon S3 #7

Closed allenchic closed 8 years ago

allenchic commented 8 years ago

Sorry, newbie ... Is this the S3 bucket created with Template One with logical id "S3mobileuseruploads"?

waleoladehin commented 8 years ago

No problem at all. I'd recommend have a separate bucket in your account for your lambda functions. For example, a bucket named: 'samhotnumb-lambda-mobilebackend'. It makes it easier to keep your functions in a separate S3 bucket than your uploaded image files or mobile user files since you'll normally configure different IAM policies for each use case. Let me know if that answers your question?

allenchic commented 8 years ago

That is easy enough. Sorry I did this with Eclipse prior to this example.

Thank you.