We have a project in our AWS Lambda account which was developed by a Freelancer long back. In that project IAM Credentials API KEY ID and ACCESS KEY ID are hardcoded. Now we have to change those keys. But we don't have the project source code.
- We are unable to unzip the project but we did it by using Mac terminal
unzip <path>
- I've edited the class by using a byte code editor program
rej
- I've compressed the entire program as it was before and uploaded it to the lambda. Now we are getting
Class not found Exception
The project MANIFEST file has following data
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Built-By: .....
Created-By: Apache Maven 3.3.3
Build-Jdk: 1.8.0_31
Is there any way to edit the hardcoded keys in the project with the above configuration.
Many Thanks in advance.