You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying this agent for Lambda but it very tedious process to do. Still I am not able to complete setup. As per https://docs.aws.amazon.com/secretsmanager/latest/userguide/secrets-manager-agent.html#secrets-manager-agent-build document able to create extension for agent but problem is generating /bin/ is not happening due to some dependency on machine. I am keep getting this issue while running sh script to generate extension and push to Lambda layer.
cargo:warning=Compiler family detection failed due to error: ToolNotFound: Failed to find tool. Isx86_64-linux-gnu-gcc` installed?
--- stderr
error occurred: Failed to find tool. Is x86_64-linux-gnu-gcc installed?
warning: build failed, waiting for other jobs to finish...
cp: ./target/x86_64-unknown-linux-gnu/release/aws_secretsmanager_agent: No such file or directory`
My request is to have simple straight forward step to generate agent extension for Lambda. Because of this issue adaption of agent will be less even if it has multiple benefits.
The text was updated successfully, but these errors were encountered:
I was trying this agent for Lambda but it very tedious process to do. Still I am not able to complete setup. As per https://docs.aws.amazon.com/secretsmanager/latest/userguide/secrets-manager-agent.html#secrets-manager-agent-build document able to create extension for agent but problem is generating
/bin/
is not happening due to some dependency on machine. I am keep getting this issue while running sh script to generate extension and push to Lambda layer.cargo:warning=Compiler family detection failed due to error: ToolNotFound: Failed to find tool. Is
x86_64-linux-gnu-gcc` installed?--- stderr
error occurred: Failed to find tool. Is
x86_64-linux-gnu-gcc
installed?warning: build failed, waiting for other jobs to finish...
cp: ./target/x86_64-unknown-linux-gnu/release/aws_secretsmanager_agent: No such file or directory`
My request is to have simple straight forward step to generate agent extension for Lambda. Because of this issue adaption of agent will be less even if it has multiple benefits.
The text was updated successfully, but these errors were encountered: