When I upload a Lambda function to AWS, via Eclipse/STS, it picks up an S3 bucket dynamically & uploads it to that bucket. In some cases it picks up an S3 bucket which I would have created for (say) only media storage.
- In such cases is it ok to change the location of the lambda to a preferred S3 bucket ?
- What would happen if at one instance I upload a lambda to S3 bucket 'A', then during a later instance, I upload the Lambda to another S3 bucket 'B'?
- Will this create any reference issues ?
- Will the Lambda be stored in both the buckets , latest in both ? or older version in A & latest version on B ?