eclipse - Can I use one S3 bucket for upload different java lambda function? -


currently using different s3 bucket every function.

ex. have 3 java lambda function created on eclipse ide.

  1. registeruser
  2. loginuser
  3. resetpassword

i uploading lambda function through eclipse ide,

i have upload function through amazon s3 bucket.

i create 3 amazon s3 bucket upload 3 function.

my question : can upload 3 lambda function using 1 amazon s3 bucket?

or

i have create separate amazon s3 bucketfor function.?

you don't need upload bucket. can upload function code via command line well. recommend not using web interface large lambda functions, other methods ok, , command line option.

however, if want upload bucket first, give each zip file contains function code different filename , you're good.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -