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
.
- registeruser
- loginuser
- 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 bucket
for 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
Post a Comment