You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.\hello-cdk-fs\src\HelloCdk\HelloConstruct.fs(4,21): error FS0039: The namespace 'S3' is not defined.
.\cdk\hello-cdk-fs\src\HelloCdk\HelloConstruct.fs(15,23): error FS0039: The value or constructor 'Bucket' is not defined. Maybe you want one of the following: buckets
.\cdk\hello-cdk-fs\src\HelloCdk\HelloConstruct.fs(20,28): error FS0039: The type 'Bucket' is not defined.
.\cdk\hello-cdk-fs\src\HelloCdk\HelloConstruct.fs(20,39): error FS0072: Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.
.\cdk\hello-cdk-fs\src\HelloCdk\HelloStack.fs(14,93): error FS0001: This expression was expected to have type 'float' but here has type 'int'
.\cdk\hello-cdk-fs\src\HelloCdk\HelloStack.fs(20,15): error FS0039: The field, constructor or member 'SubscribeQueue' is not defined.
0 Warning(s)
6 Error(s)
What is the expected behavior (or behavior of feature suggested)?
The build succeeds.
What is the motivation / use case for changing the behavior or adding this feature?
I'm submitting a ...
What is the current behavior?
Create a new F# program and build it:
Result: 6 build errors.
The build succeeds.
Use F# as CDK language.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: