Read contents of S3 bucket using AWS lambda

Here is an example AWS Lambda function written in Python that reads a file from an S3 bucket. In this example, the lambda_handler function is the entry point for the Lambda function. It takes two parameters, event and context.

The event parameter contains information about the S3 bucket and object that triggered the Lambda function, and the context parameter contains information about the runtime environment of the function. 

Continue reading “Read contents of S3 bucket using AWS lambda”

Alfresco Maven SDK

Many times when we want to customize Alfresco, we tend to take the easy route and make changes to the core Alfresco .js and .xml files that are in the alfresco or share folders.  While this may be a quick fix and easy to work with, it is not advisable to do so and not recommended by Alfresco as well. The reasons are as follows.

Continue reading “Alfresco Maven SDK”