Steps to publish and deploy the lambda layers:
----------------------------------------------

Please execute the following steps to publish and deploy AppSentinels Lambda layers in <AWS_REGION>.

1. Go to the directory where the required layers zip files, python_wrapper.zip and go_extension.zip, are present.

2. Execute following command to publish the extension in <AWS_REGION> region.
   ./publish_wrapper.sh . <AWS_REGION>

3. Please note the ARNs of the appsentinels-wrapper and appsentinels-log-server layers.

4. Deploy the layers using following command:
   ./deploy_wrapper.sh <appsentinels-wrapper ARN> <appsentinels-log-server ARN> <AWS_REGION> <LAMBDA_FUNCTION_NAME> <APPSENTINELS_CONTROLLER_URL> 
