Skip to content
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

There are no type-safe builders available for some types #219

Open
myhau opened this issue Feb 28, 2023 · 1 comment
Open

There are no type-safe builders available for some types #219

myhau opened this issue Feb 28, 2023 · 1 comment

Comments

@myhau
Copy link
Member

myhau commented Feb 28, 2023

Example:

FunctionBuildConfigSourceArgs(
    storageSource = Output.of(
        FunctionBuildConfigSourceStorageSourceArgs(
            bucket = functionBucket.name,
            `object` = functionSource.name,
        )
    )
)
@myhau
Copy link
Member Author

myhau commented Jul 4, 2023

We'll not evolve codegen to improve this, but we'll show the proper way of extracting functions in docs (feature showcase).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants