Imesha Sudasingha
Imesha Sudasingha
The [requestUnicorn.js](https://github.com/aws-samples/aws-serverless-workshops/blob/master/WebApplication/3_ServerlessBackend/requestUnicorn.js) file referred in https://aws.amazon.com/getting-started/projects/build-serverless-web-app-lambda-apigateway-s3-dynamodb-cognito/module-3/ (Step 3) doesn't exist.
**Description:** Following service crashes when we run it with `bal run` (even without sending a request to the `get` method) ```ballerina import ballerina/io; import ballerina/xmldata; import ballerina/http; type Order record...
The angular JS code used in this app is written inside **public/js** which is not the correct place where it should be. It should be moved to **resources/assets** directory and...
## Purpose $subject ## Approach > Describe how you are implementing the solutions along with the design details. ## Samples > Provide high-level details about the samples related to this...
### Description Consider the following new addition to support regex: ```ballerina string:RegExp regex = re `[0-9a-${endChar}]`; ``` LS should support completion support etc here. ### Related area -> Editor
### Description $subject ```ballerina import ballerinax/mongodb; public function main() { string somethingResult = doSomething(); mongodb:Client mongo } function doSomething() returns string { return ""; } ``` At we get the...
## Purpose $subject Fixes #38248 ## Approach Checked if initializer is not present of the variable declaration node. A variable declaration node without an initializer is valid syntactically. ## Check...
I used `bench --site add-custom-page --app ` to create a custom page with React. When I commit my changes and try to get that app to another bench via `bench...
- This code had used both tabs and spaces for indentation which makes it inconsistent for users to run the code since there can be people who use different tab...
### Information about bug $subject We have several use cases where a popular bank's statement only has a single column named `Amount` and this column has both deposits (positive) and...