Sione
03/02/2022, 9:43 PMbundling
props, but I'm not seeing it in the SST function bundle
props.jamlen
03/03/2022, 1:00 PMyarn sst deploy
then make no changes to anything and run yarn sst deploy
again, it thinks the web app has changed and does an update. I assume that this is because a deploy
executes a build and there must be something that is generated which changes every build even with no code changes? How can I prevent this? Is it a bug?Ross Gerbasi
03/04/2022, 7:05 PMjustindra
03/05/2022, 3:29 PMLukasz K
03/06/2022, 6:29 PMRoss Coundon
03/07/2022, 11:57 AMERROR build_failure: The function src/handlers/lambdaHandlers.bookAppointmentHandler failed to build
I canāt find any more information anywhere on what it was that caused the build to fail, where should I be looking?AdriĆ”n Mouly
03/08/2022, 2:06 AMinitial
state, which shouldnāt live forever⦠only on specific error scenarios that could happen.
But on other cases, I donāt want to have TTL on some records, which has the correct
state.
Long story shortā¦. I want to setup TTL for āsomeā rows and āsome notā on the same Dynamo table.Derek Kershner
03/08/2022, 4:11 PM[id].tsx
).
⢠Have you thought about this?
⢠Do you think there is value and would SST have interest in such a thing? On the face of it, it would allow a simple, cheap entrypoint to Next.JS with capabilities more or less on par with something like CRA and Next.JS defaults and static exporting (not a SPA, but real static site). It would be devoid of features listed here.Jesús HernÔndez
03/08/2022, 4:56 PMSource.data
(see here). So we upgraded to the latest aws-cdk-lib. But it has some newer type definitions. For instance, the latest s3.Bucket
type has a withNotifications
function which is missing on the old type. This means that if you try to use `sst.Bucket`ās internal s3Bucket
with other cdk APIs, it wonāt type check. Do you have any plans to upgrade sstās cdk-lib to latest? I wouldnāt mind helping. Thanks!Alistair Stead
03/08/2022, 5:57 PMnpx sst start
for a local debug stack and npm run dev
of a next.js site? Iām thinking for example when using turbo or other monorepo tooling that you can run a single command that starts the debug stack as a dependency to the next.js dev runtime. I can start them in parallel but the next.js dev process will fail because the debug stack has not yet created the files needed by sst-env
. Alternatively, could sst-env
rather than die and kill the process. The sst-env
process could output a message to STDOUT, wait and retry until the file content exists. This way starting the processes in parallel would work and no additional process coordination would be needed.AdriƔn Mouly
03/09/2022, 12:25 AMDan Suceava
03/09/2022, 10:20 PMcdk-xx-assets-1234567-us-west-2
is not deleting old objects ... is there a reason why this bucket shouldn't have a lifecycle rule to remove old objects? Is there a recommendation on how to manage this bucket?Frank
jamlen
03/10/2022, 9:21 AMJason
03/10/2022, 10:23 AMus-east-1
because of the region
property inside sst.json
. If I wanted to move all of them to us-east-2
is there anything I need to do except change that property and deploy?Dan Van Brunt
03/10/2022, 3:27 PMSeth Geoghegan
03/10/2022, 4:31 PMSeth Geoghegan
03/10/2022, 7:27 PMMirza
03/11/2022, 6:11 AMBryan Smith
03/11/2022, 4:13 PMIt seems you are configuring custom domains for you URL. And SST is not able to find the hosted zone "<http://yourdomain.com|yourdomain.com>" in your AWS Route 53 account. Please double check and make sure the zone exists, or pass in a different zone.
Do I have my stacks misconfigured?Dan Suceava
03/11/2022, 5:14 PMNextjsSite
and I just upgraded from sst 0.60.4
to 0.69.0
and now I'm getting an error deploying (no changes to the stack):
| UPDATE_FAILED | Custom::SSTEdgeLambda | siteApiEdgeLambdaF3190F0F | Received response status [FAILED] from custom resource. Message returned: Missing required key 'FunctionName' in params
and I'm not quite sure where that's coming from
Also is there a way to disable the Lambda@Edge functions if we don't use SSR?Roger Rajaratnam
03/12/2022, 10:46 PMDavid Martin
03/14/2022, 7:09 PMIbrael Espinosa
03/15/2022, 5:10 PMKevin Baker
03/16/2022, 9:50 PMKevin Baker
03/16/2022, 10:48 PMjamlen
03/17/2022, 10:53 AMTypeError: Cannot read property 'filename' of undefined
whenever I try to make a connectionErik Robertson
03/18/2022, 10:42 AMDan Van Brunt
03/18/2022, 12:59 PMRoger Rajaratnam
03/19/2022, 12:21 AM