Reputation: 543
I am new to AWS environment my requirement is to monitor the S3 bucket for a document using lambda function java in case if the document is available i have to trigger the endpoint URL where as Alfresco process get deployed.
how to implement the above mentioned functionality using lambda function java?
I am using intellij community edition
Upvotes: 0
Views: 518
Reputation: 8603
I can give you the idea.
here are the steps:
Reference: https://riptutorial.com/aws-lambda/example/21730/java-aws-lambda-s3-triggered
Hope this helps.
Upvotes: 1