Skip to content

Releases: satr/intellij-idea-plugin-connector-for-aws-lambda

Show and update selected function configuration.

06 Mar 21:42
Compare
Choose a tag to compare

Show and update selected function configuration.

show-and-update-function-configuration-rc2

Show selected function properties

23 Feb 07:47
Compare
Choose a tag to compare
Pre-release

Show selected function properties
show-selected-function-properties

Updating plugin proxy settings with IDEA settings

18 Feb 12:26
cdd034c
Compare
Choose a tag to compare

Changed buttons and icons.
Added an update of proxy settings with IDEA settings (manual update with a button):

Sync of proxy settings with IDEA settings

16 Feb 21:31
Compare
Choose a tag to compare

Fix for not existing credentials file, new regions, more logging

14 Feb 00:51
Compare
Choose a tag to compare
  • Fixed en error when credentials file with profiles does not exist - default AWS credentials provider chain is used in such case. Read more about "default credential provider chain".
  • Added a log-level for warnings.
  • Added new regions, available for AWS Lambda.
  • Logged warning if no jar-artifacts found.

Run tests for functions, credential profiles, changed UI.

29 Nov 21:50
Compare
Choose a tag to compare

Run function tests.
Load from json-files inputs for function tests.
Changed the layout, added tabs and a toolbar.
Saved last selected functions and JAR-artifacts.
Removed actions from the Tools menu.
Added a tab with an operation log.
Added a list of profile - profiles from credentials file can be loaded (with a specified region, if exists in credentials file, not in config file). Use command "aws configure --profile YOUR-PROFILE-NAME" to create a profile.

Run tests for functions

25 Nov 17:51
Compare
Choose a tag to compare
Pre-release

Run function tests.
Load from json-files inputs for function tests.
1.2 RC2:
Changed the layout, added tabs and a toolbar.
Saved last selected functions and JAR-artifacts.
Removed actions from the Tools menu.
Added a tab with an operation log.
1.2 RC1:
Added a list of profile - profiles from credentials file can be loaded (with a specified region, if exists in credentials file, not in config file). Use command "aws configure --profile YOUR-PROFILE-NAME" to create a profile.

UI changes, logger tab

25 Nov 00:06
Compare
Choose a tag to compare
Pre-release

Changed the layout, added tabs and a toolbar.
Saved last selected functions and JAR-artifacts.
Removed actions from the Tools menu.
Added a tab with an operation log.
1.2 RC1:
Added a list of profile - profiles from credentials file can be loaded (with a specified region, if exists in credentials file, not in config file). Use command "aws configure --profile YOUR-PROFILE-NAME" to create a profile.

Selecting profiles from credentials-file

13 Nov 23:55
Compare
Choose a tag to compare

Added a list of profile - profiles from credentials file can be loaded (with a specified region, if exists in credentials file, not in config file).
Use command:
aws configure --profile YOUR-PROFILE-NAME
to create a profile.