Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

Look into deferring all require() calls to the handler body #89

Description

@moea

Something like this in the none/simple templates:

{{#module}}
{{#function}}
exports.{{export}} = function(event, ctx, cb) {
  goog.require("{{name}}");
  {{js-name}}(event, ctx, cb);
}
{{/function}}
{{/module}}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions