Skip to content

Commit cdd034c

Browse files
authored
Update README.md
1 parent 46ac73c commit cdd034c

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

README.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,19 @@ Latest releases and pre-releases: https://github.com/satr/intellij-idea-plugin-c
1717
* Install the plugin.
1818
* Open a project with an AWS Lambda function.
1919
* Configure a JAR-artifact for the project.
20-
* Open the tool window ![](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/Connector6a5fd3c29d3343Icon16.png) "Connector for AWS Lambda".
21-
* Refresh ![Refresh](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/Refresh6a5fd3c29d3343Icon20.png) lists with AWS Lambda functions, JAR-artifacts, regions and profiles.
20+
* Open the tool window ![](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/sources/resources/icons/iconConnector.png?raw=true) "Connector for AWS Lambda".
21+
* Refresh ![Refresh](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/sources/resources/icons/iconRefresh.png?raw=true) lists with AWS Lambda functions, JAR-artifacts, regions and profiles.
2222
* Select in the list an AWS Lambda function to update it or run a test for it.
23-
* Update the function with the button ![Update Function](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/UpdateFuntion6a5fd3c29d3343Icon20.png) (do not forget first to build an updated function).
24-
* Type an input for a function test or load it with the button ![Open Test Input](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/OpenFunctionTestInput6a5fd3c29d3343Icon20.png) from a json-file.
25-
* Hit the button ![Run Function](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/RunFunctionTest6a5fd3c29d3343Icon20.png) to run the test for a selected function.
26-
* Track activities in the Log window. Clean the log with the button ![Clean log](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/ClearLog6a5fd3c29d3343Icon20.png?raw=true)
23+
* Update the function with the button ![Update Function](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/sources/resources/icons/iconUpdateFunction.png?raw=true) (do not forget first to build an updated function).
24+
* Type an input for a function test or load it with the button ![Open Test Input](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/sources/resources/icons/iconOpenFunctionInputFile.png?raw=true) from a json-file.
25+
* Hit the button ![Run Function](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/sources/resources/icons/iconRunFunctionTest.png?raw=true) to run the test for a selected function.
26+
* Track activities in the Log window. Clean the log with the button ![Clean log](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/sources/resources/icons/iconClearLog.png?raw=true)
27+
* Set a proxy properties in the IDEA settings and setup these values in the plugin with the button ![Update proxy settings from IDEA settings](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/sources/resources/icons/iconUpdateProxySettings.png?raw=true)
2728

28-
![](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/intellij-idea-plugin-connector-for-aws-lambda-01.png?raw=true)
29+
![](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/images/intellij-idea-plugin-connector-for-aws-lambda-01.png?raw=true)
2930

30-
![](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/intellij-idea-plugin-connector-for-aws-lambda-02.png?raw=true)
31+
![](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/images/intellij-idea-plugin-connector-for-aws-lambda-02.png?raw=true)
32+
33+
![](https://github.com/satr/intellij-idea-plugin-connector-for-aws-lambda/blob/master/docs/images/intellij-idea-plugin-connector-for-aws-lambda-03.png?raw=true)
3134

3235
Amazon Web Services, and AWS Lambda are trademarks of Amazon.com, Inc. or its affiliates in the United States and/or other countries.

0 commit comments

Comments
 (0)