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

fix: improved scaffolding for custom functions #1343

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Conversation

davenewza
Copy link
Contributor

Scaffolding for custom functions more consistent with keel generate

Before:

import { DoSomething } from '@teamkeel/sdk';
export default DoSomething(async (ctx, event) => {

})

After:

import { DoSomething } from '@teamkeel/sdk';

// To learn more about what you can do with custom functions, visit https://docs.keel.so/functions
export default DoSomething(async (ctx, event) => {

});

@davenewza davenewza requested a review from a team January 2, 2024 08:08
@davenewza davenewza merged commit 5abf28d into main Jan 3, 2024
10 checks passed
@davenewza davenewza deleted the improve-cf-scaffold branch January 3, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants