Releases: satr/intellij-idea-plugin-connector-for-aws-lambda
Show and update selected function configuration.
Show selected function properties
Updating plugin proxy settings with IDEA settings
Sync of proxy settings with IDEA settings
Added a sync of proxy settings with IDEA settings (manual update with a button):
https://raw.githubusercontent.com/satr/intellij-idea-plugin-connector-for-aws-lambda/master/docs/images/sync-proxy-settings-from-idea.jpg
Fix for not existing credentials file, new regions, more logging
- 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.
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
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
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
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.