-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Version 1.0.0 release #10
base: main
Are you sure you want to change the base?
Conversation
README.md
Outdated
|
||
### `falconpy` | ||
As of version 1.0.0, `falconpy` no longer ships with Foundry Function Python. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: drop the first two lines here. No one knows we had falconpy
in this repo as the number of users is quite low. Just remove the noise and get straight to the point below. Run the risk of confusing folks here with to much context.
@@ -106,3 +105,19 @@ def call(func): | |||
)) | |||
|
|||
return call | |||
|
|||
|
|||
def cloud() -> str: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, once this is passing in our e2e test suite, gediup!
472594f
to
f0a6233
Compare
f0a6233
to
ed295f5
Compare
Aligns with Go SDK (https://github.com/CrowdStrike/foundry-fn-go):
crowdstrike.foundry.function.cloud()
to fetch a falconpy compatible cloud identifier.Logger
as a parameter to each handler.