Search code examples
amazon-web-servicesaws-lambdaaws-cliaws-lambda-layers

How to invoke AWS cli commands in Lambda function console?


I am trying to using some aws cli commands in my lambda function. I have created the Lambda layer with AWS packages installed. But still I am getting the error as cannot find the directory aws


Solution

  • copy operations using boto3 is useful.