Fabian Ehringer
01/27/2022, 9:02 PMsst start
) for the first time the console is printing strange messages
[Module: null prototype] {
default: { handler: [Getter] },
handler: [AsyncFunction: handler]
} handler
…
[Module: null prototype] {
ALGORITHM_IDENTIFIER: undefined,
ALGORITHM_IDENTIFIER_V4A: undefined,
ALGORITHM_QUERY_PARAM: undefined,
ALWAYS_UNSIGNABLE_HEADERS: undefined,
AMZ_DATE_HEADER: undefined,
AMZ_DATE_QUERY_PARAM: undefined,
AUTH_HEADER: undefined,
AWS_DEFAULT_REGION_ENV: undefined,
AWS_EXECUTION_ENV: undefined,
AWS_REGION_ENV: undefined,
AccountInfo: undefined,
AdaptiveRetryStrategy: undefined,
ArchivalSummary: undefined,
AssumeRoleCommand: undefined,
AssumeRoleRequest: undefined,
AssumeRoleResponse: undefined,
AssumeRoleWithSAMLCommand: undefined,
AssumeRoleWithSAMLRequest: undefined,
AssumeRoleWithSAMLResponse: undefined,
AssumeRoleWithWebIdentityCommand: undefined,
AssumeRoleWithWebIdentityRequest: undefined,
AssumeRoleWithWebIdentityResponse: undefined,
AssumedRoleUser: undefined,
AttributeDefinition: undefined,
...
2. sst update
does not work. Nothing gets updated
3. Seed sometimes complains about the yarn.lock file being updated during a yarn install, which is not the case. This seems to be a caching issue, since a complete redeploy fixes the problems. This only happens when I promote a from one stage to another.
We downgraded to yarn 1 again for now.
Edit: Only problem 1 is related to the sst version. It’s not happening in 0.53. Problem 2 and 3 have probably always been there under yarn 3.Frank
thdxr
01/27/2022, 9:55 PMFabian Ehringer
02/02/2022, 4:23 PMFrank
nodeLinker: node-modules
thdxr
02/02/2022, 4:36 PMFabian Ehringer
02/02/2022, 4:38 PM