Node 16 is sort of live on AWS: <https://github.co...
# sst
a
d
Please add support for this and lambda function urls ASAP! 😁
a
Yeah I would really like to see function urls
t
function urls are in as of 1.0.4!
(I think, we updated to cdk 2.22 which I think has em)
I want node16 asap as well but we don't directly generate CFN so we have to wait for CDK to support
d
I want node16 asap as well but we don’t directly generate CFN so we have to wait for CDK to support
I wonder if this is still true with your guys abandonment of the lambda runtime enum. In theory, you could pass a value, call it a
lambda.Runtime
(which is probably what is going on anyway), and it should get handed down to Cfn unless there is some kind of secondary validation on the field…
t
that's a good point, I'll try it out
a
Function urls look good!
d
I just used one as well, and it took some doing, but all went well. Dont forget
cdk.Fn.parseDomainName
exists, fellow CDKers!