We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fields like state aren't being set (https://github.com/Zeus-Labs/cartography/blob/master/cartography/intel/aws/lambda_function.py#L52)
Many of these fields are not available through the list_functions AWS call. You need to use get_function
list_functions
get_function
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fields like state aren't being set (https://github.com/Zeus-Labs/cartography/blob/master/cartography/intel/aws/lambda_function.py#L52)
Many of these fields are not available through the
list_functions
AWS call. You need to useget_function
The text was updated successfully, but these errors were encountered: