Frank

Results 97 issues of Frank

Matt mentioned: > Is it possible to run Remix during sst start within a local dev live lambda? Or are there some challenges there that make running it like that...

enhancement

Ryan mentioned: > For DockerImage functions I just want them to deploy as DockerImages, when running locally it would be great if they just ran like normal Functions with the...

enhancement

Similar to how functions are now built in parallel starting v1.11.1, do the same for Sites. ### Benchmark from Sean: ❯ time yarn build:serial ✨ Done in 43.65s. ❯ time...

enhancement

Proposed solution: ```js new sst.AppSyncApi(this, "GraphqlApi", { graphqlApi: { schema: "graphql/schema.graphql", }, dataSources: { dsA: ..., dsB: ..., }, resolvers: { "Query listNotes": { pipeline: [ // An AppSync function...

Reasons to deploy to different regions: - Garret: global table and deploying an API to multiple region - Islam: app in `eu-central-1` but SES ReceiptRuleSet is not supported, and a...

Tim mentioned: > is it possible to change the pattern the config feature uses for parameter names? the project I'm working on has established naming patterns for things like this...

enhancement

Roger mentioned that: - Ability to create cloudfront/lambda@edge functions to handle url rewrite rules - Support for all rendering methods such server side rendering, and deferred static site generation -...

Requests - mattk https://discord.com/channels/983865673656705025/983866416832864350/1010615914938499183

enhancement

Need to figure out which authentication method should be used. --- Requests - Lawrence https://serverless-stack.slack.com/archives/C01HQQVC8TH/p1643279859216000

The `solid-start-aws` adapter allows to deploy the server function to both AWS Lambda and Lambda@Edge. This adapter takes a standard Lambda event payload, and returns a standard Lambda response. For...

adapter